Skip to content

Commit 6677b41

Browse files
Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 (#341)
* Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 Bumps io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Rename closeAndReleaseStagingRepository to closeAndReleaseStagingRepositories --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
1 parent c422d45 commit 6677b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
echo "RELEASE_VERSION=$(echo '${{ github.event.release.tag_name }}' | sed -e s/^v//)" >> $GITHUB_ENV
4646
- name: build publish
47-
run: ./gradlew clean build publish closeAndReleaseStagingRepository --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
47+
run: ./gradlew clean build publish closeAndReleaseStagingRepositories --no-daemon --info --stacktrace -Pversion="${{ env.RELEASE_VERSION }}"
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_SIGNING_KEY }}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("com.github.ben-manes.versions") version "0.51.0"
99
id("net.ossindex.audit") version "0.4.11"
1010
id("io.freefair.maven-central.validate-poms") version "8.6"
11-
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
11+
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
1212
id("org.jetbrains.kotlin.jvm") version "1.9.24" apply false
1313
id("com.google.devtools.ksp") version "1.9.24-1.0.20" apply false
1414
id("org.openapi.generator") version "7.6.0" apply false

0 commit comments

Comments
 (0)