Skip to content

Commit 6107a97

Browse files
authored
chore: update publish config
1 parent 6b1e49a commit 6107a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ subprojects {
9999
nexusPublishing {
100100
repositories {
101101
sonatype {
102-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
103-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
102+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
103+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
104104
username.set(System.getenv("MAVEN_USERNAME"))
105105
password.set(System.getenv("MAVEN_PASSWORD"))
106106
}

0 commit comments

Comments
 (0)