Skip to content

Commit

Permalink
update to java 21 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolsinga committed Oct 23, 2023
1 parent 4186131 commit dbf5373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '20'
java-version: '21'
- name: Build with Ant
run: ant -noinput -buildfile build.xml -Dbuild.id=$GITHUB_SHA
- name: Upload artifact
Expand Down

0 comments on commit dbf5373

Please sign in to comment.