maybe this (#54)

This commit is contained in:
Ryan Brink
2021-05-09 11:45:09 -04:00
committed by GitHub
parent 798ff553b5
commit 1e76a2382d

View File

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