Skip to content

Commit adaca17

Browse files
author
Lukas Grossmann
committed
Revert "Updating nexus url"
This reverts commit e3f7025.
1 parent fd92595 commit adaca17

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
@@ -89,7 +89,7 @@ nexusPublishing {
8989
stagingProfileId = '2161b7b8da0080'
9090
username = nexusUser
9191
password = nexusPassword
92-
nexusUrl.set(uri('https://repository.jboss.org/nexus/service/local/staging/deploy/maven2'))
92+
nexusUrl.set(uri('https://repository.jboss.org/nexus/service/local/'))
9393
snapshotRepositoryUrl.set(uri('https://repository.jboss.org/nexus/content/repositories/snapshots/'))
9494
}
9595
}

0 commit comments

Comments
 (0)