We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7938bf4 commit a131bc2Copy full SHA for a131bc2
.github/workflows/CD.yml
@@ -28,7 +28,7 @@ jobs:
28
java-version: 21
29
- uses: gradle/actions/setup-gradle@v4
30
- name: Publish
31
- run: ./gradlew -Pversion=$version -Dorg.gradle.parallel=false --no-configuration-cache publish :closeAndReleaseStagingRepository
+ run: ./gradlew -Pversion=$version -Dorg.gradle.parallel=false --no-configuration-cache publish :closeAndReleaseStagingRepositories
32
env:
33
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_PRIVATE_KEY }}
34
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
+ id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
3
}
4
5
nexusPublishing {
0 commit comments