Skip to content

Commit

Permalink
Change java distribution to openJDK
Browse files Browse the repository at this point in the history
  • Loading branch information
renner committed May 24, 2024
1 parent 6e73016 commit a62614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'semeru'
java-version: '11'
- name: Build and test with Maven
run: mvn checkstyle:check javadoc:javadoc test package
Expand Down

0 comments on commit a62614e

Please sign in to comment.