We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43144d4 commit 298832fCopy full SHA for 298832f
build.gradle
@@ -265,7 +265,7 @@ publishing {
265
if(currentBranch == "master" || currentBranch.startsWith("maintenance") || currentBranch.startsWith("mps")) {
266
maven {
267
name = "GitHubPackages"
268
- url = uri("https://maven.pkg.github.com/mbeddr/iets3.opensource")
+ url = uri("https://maven.pkg.github.com/IETS3/iets3.opensource")
269
if(project.hasProperty("gpr.token")) {
270
credentials {
271
username = project.findProperty("gpr.user")
0 commit comments