Skip to content

Commit 50ece22

Browse files
Changed nexus publish plugin with jreleaser plugin
1 parent 34b4395 commit 50ece22

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version of Robocode
2-
version=1.9.5.6-SNAPSHOT
2+
version=1.9.5.6
33
group=net.sf.robocode
44
# Disable unique timestamped versions for snapshots
55
maven.repo.local.uniqueVersion=false

publish.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
5650
When 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

6460
This typically occurs within 10 minutes, though updates to search can take up to two hours.

versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 1.9.5.6 (29-May-2025)
1+
## Version 1.9.5.6 (30-May-2025)
22

33
### Bugfix
44

0 commit comments

Comments
 (0)