File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
2323 checkstyle
2424 jacoco
2525 id(" com.github.spotbugs" ) version " 6.0.8"
26- id(" org.jreleaser" ) version " 1.9 .0"
26+ id(" org.jreleaser" ) version " 1.18 .0"
2727}
2828
2929allprojects {
@@ -279,13 +279,10 @@ jreleaser {
279279 // https://jreleaser.org/guide/latest/examples/maven/maven-central.html#_gradle
280280 deploy {
281281 maven {
282- nexus2 {
282+ mavenCentral {
283283 create(" maven-central" ) {
284284 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 )
285+ url = " https://central.sonatype.com/api/v1/publisher"
289286 stagingRepositories.add(" ${rootProject.buildDir} /staging" )
290287 }
291288 }
You can’t perform that action at this time.
0 commit comments