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 3885faa commit ba15087Copy full SHA for ba15087
1 file changed
build.gradle.kts
@@ -64,14 +64,10 @@ jreleaser {
64
// https://jreleaser.org/guide/latest/examples/maven/maven-central.html#_gradle
65
deploy {
66
maven {
67
- nexus2 {
+ mavenCentral {
68
create("maven-central") {
69
active = Active.ALWAYS
70
- url = "https://aws.oss.sonatype.org/service/local"
71
- snapshotUrl = "https://aws.oss.sonatype.org/content/repositories/snapshots"
72
- closeRepository.set(true)
73
- releaseRepository.set(true)
74
- verifyPom.set(true)
+ url = "https://central.sonatype.com/api/v1/publisher"
75
stagingRepository(rootProject.layout.buildDirectory.dir("staging").get().asFile.path)
76
}
77
0 commit comments