fuck u nexy (#55)

This commit is contained in:
Ryan Brink
2021-05-09 11:54:23 -04:00
committed by GitHub
parent 1e76a2382d
commit b66c757c51

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")) nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
} }
} }