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 e3f7025 commit 5eb02cbCopy full SHA for 5eb02cb
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