Skip to content

Commit 298832f

Browse files
committed
updated repo url
1 parent 43144d4 commit 298832f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ publishing {
265265
if(currentBranch == "master" || currentBranch.startsWith("maintenance") || currentBranch.startsWith("mps")) {
266266
maven {
267267
name = "GitHubPackages"
268-
url = uri("https://maven.pkg.github.com/mbeddr/iets3.opensource")
268+
url = uri("https://maven.pkg.github.com/IETS3/iets3.opensource")
269269
if(project.hasProperty("gpr.token")) {
270270
credentials {
271271
username = project.findProperty("gpr.user")

0 commit comments

Comments
 (0)