We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bcac9 commit 7684503Copy full SHA for 7684503
1 file changed
.github/workflows/publish.yml
@@ -27,7 +27,8 @@ jobs:
27
java-version: 17
28
distribution: zulu
29
- name: Publish
30
- run: ./gradlew publish
+# gradle configuration cache not supported in https://github.com/gradle-nexus/publish-plugin
31
+ run: ./gradlew publish --no-configuration-cache
32
33
release:
34
name: Create release
0 commit comments