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.
1 parent ba6df83 commit 1c0a951Copy full SHA for 1c0a951
build.gradle
@@ -373,7 +373,10 @@ tasks.named("asciidoctor") {
373
nexusPublishing {
374
packageGroup = 'org.spockframework'
375
repositories {
376
+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
377
sonatype {
378
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
379
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
380
username = System.getenv("SONATYPE_OSS_USER")
381
password = System.getenv("SONATYPE_OSS_PASSWORD")
382
}
0 commit comments