Skip to content

Commit

Permalink
ci: rm caching of project folder
Browse files Browse the repository at this point in the history
cache uploaded by post-setup step of java setup is not being used and therefore seems to be a waste of time and space
  • Loading branch information
JKatzwinkel authored Feb 5, 2024
1 parent cd9f57b commit 7fede72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
with:
distribution: temurin
java-version: ${{ matrix.java-version }}
cache: gradle

- name: run tests && build project
run: ./gradlew build --no-daemon
Expand Down

0 comments on commit 7fede72

Please sign in to comment.