Skip to content

Commit

Permalink
disable caching
Browse files Browse the repository at this point in the history
Could help to fix build issues when running the build with github actions
  • Loading branch information
Gubaer committed Jan 25, 2025
1 parent 6989e8d commit 23a6630
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 @@ -52,7 +52,6 @@ jobs:
with:
java-version: '${{ matrix.jdk }}'
distribution: 'oracle'
cache: 'gradle'

# headless X11 setup according to
# https://stackoverflow.com/questions/68292797/running-java-gui-tests-on-github-using-xvfb
Expand Down

0 comments on commit 23a6630

Please sign in to comment.