Skip to content

Commit fd92595

Browse files
author
Lukas Grossmann
committed
Revert "fixing nexus url"
This reverts commit 5eb02cb.
1 parent 5eb02cb commit fd92595

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)