Skip to content

Commit

Permalink
try Oracle JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 21, 2025
1 parent dabb244 commit 447cc44
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 @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '${{ matrix.jdk }}'
distribution: 'microsoft' # Microsoft's build of OpenJDK
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 447cc44

Please sign in to comment.