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 5eb02cb commit fd92595Copy full SHA for fd92595
build.gradle
@@ -89,7 +89,7 @@ nexusPublishing {
89
stagingProfileId = '2161b7b8da0080'
90
username = nexusUser
91
password = nexusPassword
92
- nexusUrl.set(uri('https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/'))
+ nexusUrl.set(uri('https://repository.jboss.org/nexus/service/local/staging/deploy/maven2'))
93
snapshotRepositoryUrl.set(uri('https://repository.jboss.org/nexus/content/repositories/snapshots/'))
94
}
95
0 commit comments