We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a92200 + d11ca3f commit 00bf98bCopy full SHA for 00bf98b
build.gradle.kts
@@ -311,7 +311,11 @@ rootProject.apply {
311
312
nexusPublishing {
313
repositories {
314
- sonatype()
+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
315
+ sonatype {
316
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
317
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
318
+ }
319
}
320
packageGroup.set("org.seasar")
321
0 commit comments