Skip to content

Commit d1d028b

Browse files
Update pluginPublish to v2 (major) (#1713)
* Update pluginPublish to v2 * Remove `--no-configuration-cache` flag https://plugins.gradle.org/plugin/com.gradle.plugin-publish/2.0.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <[email protected]>
1 parent 33ebf04 commit d1d028b

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
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
cache-read-only: true
2525
# TODO: https://github.com/gradle/gradle/issues/22779
26-
- run: ./gradlew publishToMavenCentral publishPlugins --no-configuration-cache
26+
- run: ./gradlew publishToMavenCentral publishPlugins
2727
env:
2828
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_KEY }}
2929
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_SECRET }}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
jdkRelease = "11"
33
kotlin = "2.2.10"
44
moshi = "1.15.2"
5-
pluginPublish = "1.3.1"
5+
pluginPublish = "2.0.0"
66

77
[libraries]
88
apache-ant = "org.apache.ant:ant:1.10.15"

0 commit comments

Comments
 (0)