We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36084ff commit 5cb6612Copy full SHA for 5cb6612
build.gradle
@@ -82,8 +82,8 @@ jar {
82
nexusPublishing {
83
repositories {
84
sonatype {
85
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
86
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
87
}
88
89
connectTimeout = Duration.ofMinutes(3)
0 commit comments