Skip to content

Commit

Permalink
disable gradle caching while debugging the github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 25, 2025
1 parent bd3035c commit 88c49c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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
- name: Set up virtual X11
Expand Down

0 comments on commit 88c49c4

Please sign in to comment.