Skip to content

Commit ac10dd3

Browse files
authored
ci: Update Sonatype repository configuration for maven central.
1 parent 568c177 commit ac10dd3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ signing {
100100
nexusPublishing {
101101
clientTimeout = java.time.Duration.ofMinutes(2) // we've seen extremely long delays in creating repositories
102102
repositories {
103-
sonatype()
103+
sonatype{
104+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
105+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
106+
}
104107
}
105108
}
106109

0 commit comments

Comments
 (0)