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