Skip to content

Commit 5cb6612

Browse files
committed
Update build script
1 parent 36084ff commit 5cb6612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jar {
8282
nexusPublishing {
8383
repositories {
8484
sonatype {
85-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
86-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
85+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
86+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
8787
}
8888
}
8989
connectTimeout = Duration.ofMinutes(3)

0 commit comments

Comments
 (0)