remove gradle caching on Windows as well

This commit is contained in:
Philipp Crocoll
2023-01-24 20:55:37 +01:00
parent 14c2e64e2f
commit 8f69a60307

View File

@@ -271,6 +271,7 @@ jobs:
- uses: actions/checkout@v3
- name: Cache Gradle packages
if: ${{ false }} # trying to reduce complexity temporilty
uses: actions/cache@v3
with:
path: |