Skip to content

Commit

Permalink
Use Java 21 on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Jun 1, 2024
1 parent 0a2bac6 commit f575aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ shallow_clone: true
environment:
matrix:
- appveyor_build_worker_image: Visual Studio 2022
JAVA_HOME: C:\Program Files\Java\jdk17
JAVA_HOME: C:\Program Files\Java\jdk21
init:
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
install:
Expand Down

0 comments on commit f575aa8

Please sign in to comment.