Update GitHub workflow for Java 17

This commit is contained in:
SiboVG 2023-06-28 16:18:52 +02:00
parent 55d0124508
commit 3277f757d7

View File

@ -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