We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ebf04 commit d1d028bCopy full SHA for d1d028b
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
cache-read-only: true
25
# TODO: https://github.com/gradle/gradle/issues/22779
26
- - run: ./gradlew publishToMavenCentral publishPlugins --no-configuration-cache
+ - run: ./gradlew publishToMavenCentral publishPlugins
27
env:
28
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_KEY }}
29
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_SECRET }}
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
jdkRelease = "11"
3
kotlin = "2.2.10"
4
moshi = "1.15.2"
5
-pluginPublish = "1.3.1"
+pluginPublish = "2.0.0"
6
7
[libraries]
8
apache-ant = "org.apache.ant:ant:1.10.15"
0 commit comments