Skip to content

Commit 2a97f39

Browse files
authored
Merge pull request #1405 from akomakom/ci-sonatype-url
Sonatype URL changes for central
2 parents 21e87cf + c339ed9 commit 2a97f39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ allprojects {
137137

138138
nexusPublishing {
139139
repositories {
140-
sonatype()
140+
sonatype{
141+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
142+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
143+
}
141144
}
142145
}

0 commit comments

Comments
 (0)