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 79e64ac commit 2304520Copy full SHA for 2304520
build.gradle.kts
@@ -79,13 +79,10 @@ configure<JReleaserExtension> {
79
// https://jreleaser.org/guide/latest/examples/maven/maven-central.html#_gradle
80
deploy {
81
maven {
82
- nexus2 {
+ mavenCentral {
83
create("maven-central") {
84
active = Active.ALWAYS
85
- url = "https://aws.oss.sonatype.org/service/local"
86
- snapshotUrl = "https://aws.oss.sonatype.org/content/repositories/snapshots"
87
- closeRepository = true
88
- releaseRepository = true
+ url = "https://central.sonatype.com/api/v1/publisher"
89
stagingRepository(stagingDir().get().asFile.path)
90
}
91
0 commit comments