Skip to content

Commit 2cc27a7

Browse files
author
Anuraag Agrawal
committed
Fix nexus URL.
1 parent 2857a22 commit 2cc27a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ release {
3333
nexusPublishing {
3434
repositories {
3535
sonatype {
36-
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/"))
36+
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
3737
snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
3838
username.set(System.getenv("PUBLISH_USERNAME"))
3939
password.set(System.getenv("PUBLISH_PASSWORD"))

0 commit comments

Comments
 (0)