Skip to content

Commit 9edd402

Browse files
renovate[bot]federicorispo
andauthoredJul 28, 2024··
chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 (#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]>
1 parent d8ae973 commit 9edd402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ if [ "${FLAVOUR}" == 'javax' ]; then
1414
.github/add-javax-suffix.sh
1515
fi
1616

17-
./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository
17+
./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepositories

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
id "biz.aQute.bnd.builder" version "6.4.0" apply false
3131
id "org.sonarqube" version "5.1.0.4882"
3232
id "jacoco"
33-
id "io.github.gradle-nexus.publish-plugin" version '1.3.0'
33+
id "io.github.gradle-nexus.publish-plugin" version '2.0.0'
3434
}
3535

3636
sonarqube {

0 commit comments

Comments
 (0)
Please sign in to comment.