Skip to content

Commit 1d6adae

Browse files
committed
ANDROID-16209 update to 2.0.0 publishing plugin
1 parent e20a69b commit 1d6adae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
2121
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }}
2222
run: "bash ./gradlew publishReleasePublicationToSonatypeRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
23-
--max-workers 1 closeAndReleaseStagingRepository"
23+
--max-workers 1 closeAndReleaseStagingRepositories"

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
2424
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEYID }}
2525
run: "bash ./gradlew publishReleasePublicationToSonatypeRepository -DSNAPSHOT_VERSION=${{ github.event.inputs.snapshotVersion }}
26-
--max-workers 1 closeAndReleaseStagingRepository"
26+
--max-workers 1 closeAndReleaseStagingRepositories"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'com.android.application' version '7.4.2' apply false
1212
id 'com.android.library' version '7.4.2' apply false
1313
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
14-
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' apply false
14+
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false
1515
id 'io.gitlab.arturbosch.detekt' version '1.22.0'
1616
}
1717

0 commit comments

Comments
 (0)