Skip to content

Commit

Permalink
Update nexus publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybot0 committed Oct 15, 2024
1 parent 86070cf commit 79835f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
1. Change `{geb-version}` expression used in `History` section in `140-project.adoc` to a fixed version (the one that you're about to release).
1. Commit with message "Version «number»" (don't push yet)
1. Tag commit with name "v«number»" (still don't push yet)
1. Run `./gradlew publishJarsAndManual closeAndReleaseStagingRepository`
1. Run `./gradlew publishJarsAndManual closeAndReleaseStagingRepositories`
1. Wait for the new version to [appear in Maven Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.gebish%22%20AND%20a%3A%22geb-core%22), this might take several hours.

# Post-release actions
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ threeTen-extra = { module = 'org.threeten:threeten-extra', version.ref = 'threeT
[plugins]
asciidoc = { id = 'org.asciidoctor.jvm.convert', version = '3.3.2' }
asl2 = { id = 'com.energizedwork.asl2', version = '1.1' }
nexusPublish = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.0.0' }
nexusPublish = { id = 'io.github.gradle-nexus.publish-plugin', version = '2.0.0' }
node = { id = 'com.github.node-gradle.node', version = '3.5.0' }
ratpackGroovy = { id = 'io.ratpack.ratpack-groovy', version.ref = 'ratpack' }
webdriverBinaries = { id = 'com.github.erdi.webdriver-binaries', version = '2.6' }

0 comments on commit 79835f1

Please sign in to comment.