Skip to content

Commit eb60144

Browse files
committed
try skipping gradle dependencies caching
1 parent cabc3fb commit eb60144

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
multi-cache-enabled: false
6666
# An explicit skip for Sha512 tasks is required due to https://github.com/gradle/gradle/issues/16789
6767
arguments: --scan --no-parallel build -x distTar -x distTarSource -x distTarSha512 -x distTarSourceSha512 ${{ matrix.extraGradleArgs }}
68+
execution-only-caches: true
6869
properties: |
6970
testExtraJvmArgs=${{ matrix.testExtraJvmArgs }}
7071
testDisableCaching=${{ matrix.testDisableCaching }}

0 commit comments

Comments
 (0)