Skip to content

Commit

Permalink
#424: Specify image which can run jdk17 and 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanaken committed Apr 12, 2024
1 parent bf3274c commit 27a172e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ shallow_clone: true
init:
- git config --global core.autocrlf input

# We need at least this image to run jdk17 and jdk21 (https://www.appveyor.com/docs/windows-images-software/).
image:
- Visual Studio 2019

environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -mx0 -mmt=0 -snl -snh
MAVEN_OPTS: "-Dmaven.repo.local=C:/Users/appveyor/.m2"
Expand Down

0 comments on commit 27a172e

Please sign in to comment.