We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec95766 commit bfec4fcCopy full SHA for bfec4fc
1 file changed
build.gradle.kts
@@ -270,7 +270,10 @@ signing {
270
nexusPublishing {
271
repositories {
272
sonatype {
273
- stagingProfileId.set(rootProject.ext["sonatypeStagingProfileId"].toString())
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
274
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
275
+
276
+ // stagingProfileId.set(rootProject.ext["sonatypeStagingProfileId"].toString())
277
username.set(rootProject.ext["sonatypeUsername"].toString())
278
password.set(rootProject.ext["sonatypePassword"].toString())
279
}
0 commit comments