We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e52f7e commit 38152cbCopy full SHA for 38152cb
build.gradle.kts
@@ -178,6 +178,8 @@ nexusPublishing {
178
sonatype {
179
username.set(System.getenv("SONATYPE_USERNAME"))
180
password.set(System.getenv("SONATYPE_PASSWORD"))
181
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
182
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
183
}
184
185
0 commit comments