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 @@ -22,7 +22,7 @@ plugins {
22
22
checkstyle
23
23
jacoco
24
24
id(" com.github.spotbugs" ) version " 4.7.1"
25
- id(" org.jreleaser" ) version " 1.9 .0"
25
+ id(" org.jreleaser" ) version " 1.18 .0"
26
26
}
27
27
28
28
allprojects {
@@ -284,13 +284,10 @@ jreleaser {
284
284
// https://jreleaser.org/guide/latest/examples/maven/maven-central.html#_gradle
285
285
deploy {
286
286
maven {
287
- nexus2 {
287
+ mavenCentral {
288
288
create(" maven-central" ) {
289
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 )
290
+ url = " https://central.sonatype.com/api/v1/publisher"
294
291
stagingRepositories.add(" ${rootProject.buildDir} /staging" )
295
292
}
296
293
}
You can’t perform that action at this time.
0 commit comments