File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ jmxSbkPort=8718
7373jmxSbmPort =8719
7474
7575# Version and base tags can be overridden at build time
76- sbkVersion =9.0
76+ sbkVersion =9.1
7777
7878sbkGroup =io.github.kmgowda.sbk
7979signing.keyId =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins.withId('maven-publish') {
2222
2323 /*
2424 Use command : ./gradlew publish -Pmaven -Pgithub
25- -Pmaven - parameter to publish in maven central
25+ -Pmaven - parameter to publish in maven central #### This is not working since November 2025
2626 -Pgithub - parameter to publish to Git hub
2727 */
2828 publishing {
@@ -178,7 +178,8 @@ $ ./gradlew clean
1781783) Stage all artifacts to a local directory
179179$ ./gradlew publish
180180
181- 4) Deploy and release // This dopes full release
181+ 4) Deploy and release // This make full release , since stage = "UPLOAD" , this command will fail
182+ you should login to sontype : https://central.sonatype.com/publishing/deployments and make the release manually
182183$ ./gradlew jreleaserFullRelease
183184
184185or
You can’t perform that action at this time.
0 commit comments