From ca5530eaefb678ec5b8d29cdf8599d8979a8b360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:51:47 +0000 Subject: [PATCH 1/2] chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e1bc3bae..87e21acd 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ plugins { id "biz.aQute.bnd.builder" version "6.4.0" apply false id "org.sonarqube" version "4.4.1.3373" 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 { From 59ded76a488e34d1239d476d158d59e8a48f5d65 Mon Sep 17 00:00:00 2001 From: Federico Rispo Date: Sat, 27 Jul 2024 21:18:41 +0200 Subject: [PATCH 2/2] fix: replace closeAndReleaseStagingRepository with closeAndReleaseStagingRepositories See: https://github.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0 --- .github/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.sh b/.github/release.sh index 008a6d3a..2fea8f3b 100755 --- a/.github/release.sh +++ b/.github/release.sh @@ -14,4 +14,4 @@ if [ "${FLAVOUR}" == 'javax' ]; then .github/add-javax-suffix.sh fi -./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository \ No newline at end of file +./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepositories