We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda0423 commit e6932f1Copy full SHA for e6932f1
1 file changed
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