Skip to content

Commit

Permalink
chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 (
Browse files Browse the repository at this point in the history
#566)

Replaced closeAndReleaseStagingRepository with closeAndReleaseStagingRepositories

See: https://github.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Federico Rispo <[email protected]>
  • Loading branch information
renovate[bot] and federicorispo authored Jul 28, 2024
1 parent d8ae973 commit 9edd402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ "${FLAVOUR}" == 'javax' ]; then
.github/add-javax-suffix.sh
fi

./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository
./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepositories
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
id "biz.aQute.bnd.builder" version "6.4.0" apply false
id "org.sonarqube" version "5.1.0.4882"
id "jacoco"
id "io.github.gradle-nexus.publish-plugin" version '1.3.0'
id "io.github.gradle-nexus.publish-plugin" version '2.0.0'
}

sonarqube {
Expand Down

0 comments on commit 9edd402

Please sign in to comment.