We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efba1c commit 0ce1d28Copy full SHA for 0ce1d28
1 file changed
build.gradle.kts
@@ -31,7 +31,11 @@ subprojects {
31
32
nexusPublishing {
33
repositories {
34
- sonatype()
+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
35
+ sonatype {
36
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
37
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
38
+ }
39
}
40
41
0 commit comments