Skip to content

Commit

Permalink
fix: remove gradle cache
Browse files Browse the repository at this point in the history
The setup-action requires there to be a gradle file, and we don't commit generated code.
  • Loading branch information
rawkode committed Sep 28, 2023
1 parent 2f6123f commit 6ae64d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
cache: gradle
distribution: temurin
java-version: ${{ env.JAVAVERSION }}

Expand Down

0 comments on commit 6ae64d8

Please sign in to comment.