Skip to content

Commit

Permalink
Use 'adopt' JDK distribution (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Aug 16, 2024
1 parent 15d52c1 commit 9eb6d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'oracle'
distribution: 'adopt'
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
cache: 'maven'
Expand Down

0 comments on commit 9eb6d7a

Please sign in to comment.