Skip to content

Commit 5eb02cb

Browse files
author
Lukas Grossmann
committed
fixing nexus url
Signed-off-by: Lukas Grossmann <[email protected]>
1 parent e3f7025 commit 5eb02cb

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/staging/deploy/maven2/'))
9393
snapshotRepositoryUrl.set(uri('https://repository.jboss.org/nexus/content/repositories/snapshots/'))
9494
}
9595
}

0 commit comments

Comments
 (0)