We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fda0423 + e6932f1 commit 2383e00Copy full SHA for 2383e00
build.gradle.kts
@@ -172,6 +172,8 @@ signing {
172
nexusPublishing {
173
repositories {
174
sonatype {
175
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
176
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
177
username = extra["ossrhUsername"] as String
178
password = extra["ossrhPassword"] as String
179
stagingProfileId = extra["sonatypeStagingProfileId"] as String
0 commit comments