We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ade0df commit 71bebd1Copy full SHA for 71bebd1
1 file changed
jreleaser.yml
@@ -42,11 +42,11 @@ signing:
42
deploy:
43
maven:
44
nexus2:
45
- app:
+ maven-central:
46
active: RELEASE
47
url: https://s01.oss.sonatype.org/service/local
48
applyMavenCentralRules: true
49
stagingRepositories:
50
- target/staging-deploy
51
- closeRepository: false
52
- releaseRepository: false
+ closeRepository: true
+ releaseRepository: true
0 commit comments