Update travis to JDK 17

This commit is contained in:
SiboVG 2023-11-20 01:32:42 +01:00
parent 4d4f7ef6a8
commit 7fff5c40f1

View File

@ -8,10 +8,8 @@ addons:
- ant-optional - ant-optional
jdk: jdk:
- openjdk11 - openjdk17
- openjdk13 - oraclejdk17
- oraclejdk11
- oraclejdk13
script: script:
- "ant -buildfile build.xml clean check jar unittest" - "ant -buildfile build.xml clean check jar unittest"