Skip to content

Commit e2c5426

Browse files
authored
1 parent 20be60d commit e2c5426

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ nexusPublishing {
5656
stagingProfileId.set(System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: findProperty("sonatype.staging.profile.id")) //can reduce execution time by even 10 seconds
5757
username.set(System.getenv("SONATYPE_USERNAME") ?: findProperty("sonatype.username"))
5858
password.set(System.getenv("SONATYPE_PASSWORD") ?: findProperty("sonatype.password"))
59+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
60+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
5961
}
6062
}
6163
}

0 commit comments

Comments
 (0)