Skip to content

Commit

Permalink
swtich checkstyle workflow to adopt jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
LitschiW committed Jul 2, 2023
1 parent d0c76b6 commit 4aa04f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'termurin'
distribution: 'adopt'
cache: 'maven'

- name: Run Checkstyle
Expand Down

0 comments on commit 4aa04f4

Please sign in to comment.