Skip to content

Commit 17430c0

Browse files
committed
Add the documentation to maven.gradle
bumpup the version to 9.1 Signed-off-by: Keshava Munegowda <keshava.gowda@gmail.com>
1 parent 956217a commit 17430c0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jmxSbkPort=8718
7373
jmxSbmPort=8719
7474

7575
# Version and base tags can be overridden at build time
76-
sbkVersion=9.0
76+
sbkVersion=9.1
7777

7878
sbkGroup=io.github.kmgowda.sbk
7979
signing.keyId=

gradle/maven.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
178178
3) 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
184185
or

0 commit comments

Comments
 (0)