Skip to content

Commit 607b863

Browse files
Switches appveyor CI to JDK21
1 parent 95b93bc commit 607b863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
# https://stackoverflow.com/questions/42024619/maven-build-gets-connection-reset-when-downloading-artifacts
1414
MAVEN_OPTS: "-Dhttp.keepAlive=false -Dmaven.wagon.http.retryHandler.count=3"
1515
matrix:
16-
- JAVA_HOME: C:\Program Files\Java\jdk11
16+
- JAVA_HOME: C:\Program Files\Java\JDK21
1717

1818
build_script:
1919
- mvn clean package --batch-mode -DskipTest

0 commit comments

Comments
 (0)