There was an error while loading. Please reload this page.
1 parent bc9fffe commit d4a133aCopy full SHA for d4a133a
build.gradle.kts
@@ -30,12 +30,9 @@ nexusPublishing {
30
username = nexusUsername
31
password = nexusPassword
32
33
- snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
34
- nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
35
-
36
// central portal URLs
37
-// nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
38
-// snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
39
}
40
41
0 commit comments