File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jreleaser {
134134 artifactory {
135135 create(" local" ) {
136136 enabled = true // Always enable local staging
137- active = Active .ALWAYS // Always active regardless of version type
137+ active = Active .SNAPSHOT // Always active regardless of version type
138138
139139 url = file(" build/staging-deploy" ).toURI().toString()
140140
Original file line number Diff line number Diff line change 11# The version of Robocode
2- version =1.9.5.6-SNAPSHOT
2+ version =1.9.5.6
33group =net.sf.robocode
44# Disable unique timestamped versions for snapshots
55maven.repo.local.uniqueVersion =false
Original file line number Diff line number Diff line change @@ -47,18 +47,14 @@ ossrhPassword=<password-at-issues.sonatype.org>
4747
4848## Just staging
4949
50- Run this command to publish to the staging repository.
51-
52- ``` shell
53- ./gradlew publishToSonatype
54- ```
55-
5650When you log in, you should be able to see the binaries uploaded to [ staging Repository] .
5751
5852## Release to public repos
5953
6054``` shell
61- ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
55+ ./gradlew publish
56+ ./gradlew clean publishMavenPublicationToStagingRepository
57+ ./gradlew jreleaserRelease
6258```
6359
6460This typically occurs within 10 minutes, though updates to search can take up to two hours.
Original file line number Diff line number Diff line change 1- ## Version 1.9.5.6 (29 -May-2025)
1+ ## Version 1.9.5.6 (30 -May-2025)
22
33### Bugfix
44
You can’t perform that action at this time.
0 commit comments