Skip to content

Commit 37bd6c4

Browse files
committed
Try commenting out Url specifications
1 parent ddf107f commit 37bd6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ nexusPublishing {
101101
} else {
102102
// see https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-central
103103
sonatype {
104-
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
105-
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
104+
// nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
105+
// snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
106106
username = System.getenv("SONATYPE_USERNAME")
107107
password = System.getenv("SONATYPE_PASSWORD")
108108
}

0 commit comments

Comments
 (0)