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 fd92595 commit adaca17Copy full SHA for adaca17
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/'))
93
snapshotRepositoryUrl.set(uri('https://repository.jboss.org/nexus/content/repositories/snapshots/'))
94
}
95
0 commit comments