We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3e5ad commit 358289eCopy full SHA for 358289e
1 file changed
build.gradle.kts
@@ -39,8 +39,8 @@ tasks.named("dokkaJavadocCollector").configure {
39
nexusPublishing {
40
repositories {
41
sonatype {
42
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
43
- 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/"))
44
45
username.set(System.getenv("SONATYPE_USERNAME"))
46
password.set(System.getenv("SONATYPE_PASSWORD"))
0 commit comments