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 1308a1e commit 7260b57Copy full SHA for 7260b57
build.gradle.kts
@@ -279,13 +279,10 @@ jreleaser {
279
// https://jreleaser.org/guide/latest/examples/maven/maven-central.html#_gradle
280
deploy {
281
maven {
282
- nexus2 {
+ mavenCentral {
283
create("maven-central") {
284
active = Active.ALWAYS
285
- url = "https://aws.oss.sonatype.org/service/local"
286
- snapshotUrl = "https://aws.oss.sonatype.org/content/repositories/snapshots"
287
- closeRepository.set(true)
288
- releaseRepository.set(true)
+ url = "https://central.sonatype.com/api/v1/publisher"
289
stagingRepositories.add("${rootProject.buildDir}/staging")
290
}
291
0 commit comments