maybe this (#53)

This commit is contained in:
Ryan Brink
2021-05-09 11:36:10 -04:00
committed by GitHub
parent 5b71adc323
commit 798ff553b5

View File

@ -67,7 +67,7 @@ nexusPublishing {
sonatype { sonatype {
username.set(System.getenv("SONATYPE_USER")) username.set(System.getenv("SONATYPE_USER"))
password.set(System.getenv("SONATYPE_PASSWORD")) password.set(System.getenv("SONATYPE_PASSWORD"))
nexusUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/releases/")) nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
} }
} }