Skip to content

Commit 7684503

Browse files
committed
disable config cache in publish
1 parent f4bcac9 commit 7684503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
java-version: 17
2828
distribution: zulu
2929
- name: Publish
30-
run: ./gradlew publish
30+
# gradle configuration cache not supported in https://github.com/gradle-nexus/publish-plugin
31+
run: ./gradlew publish --no-configuration-cache
3132

3233
release:
3334
name: Create release

0 commit comments

Comments
 (0)