Skip to content

Commit

Permalink
Update GitHub workflow for Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
SiboVG committed Jun 28, 2023
1 parent 55d0124 commit 3277f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup JDK 11
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Ant build
run: ant -noinput -buildfile build.xml clean check jar unittest
Expand Down

0 comments on commit 3277f75

Please sign in to comment.