There was an error while loading. Please reload this page.
1 parent 365dcee commit e5a5504Copy full SHA for e5a5504
gradle/publishing.gradle
@@ -78,6 +78,9 @@ nexusPublishing {
78
sonatype() {
79
username = publishUser
80
password = publishKey
81
+
82
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
83
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
84
}
85
86
0 commit comments