Skip to content

Commit

Permalink
Update publish plugin to fix broken maven publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJejkal committed Apr 2, 2024
1 parent e5705ae commit 0b22ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Bump github/codeql-action to 3
* Bump codecov/codecov-action to 4
* Bump actions/setup-java to 4.2.1
* Bump publish-plugin to 2.0.0-rc2
* Bump jacoco to 0.8.11
* Bump io.freefair.lombok to 8.6
* Bump io.freefair.maven-publish-java to 8.6
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
// plugins for release and publishing to maven repo
id "signing"
id "net.researchgate.release" version "3.0.2"
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0-rc-2"
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"

version=1.2.2-SNAPSHOT
version=1.2.1-SNAPSHOT
action.custom-1=install
action.custom-1.args=--configure-on-demand -w -x check clean publishToMavenLocal
action.custom-2=jacoco
Expand Down

0 comments on commit 0b22ea1

Please sign in to comment.