Try without cache cleanup

This commit is contained in:
Daz DeBoer
2026-03-18 18:29:04 -06:00
parent f05f2d2ab2
commit a3cb484645

View File

@@ -40,6 +40,7 @@ jobs:
uses: ./setup-gradle
with:
cache-read-only: false # For testing, allow writing cache entries on non-default branches
cache-cleanup: 'never'
- name: Build with 3.1
working-directory: .github/workflow-samples/cache-cleanup
run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build