Skip to content

Commit

Permalink
#424: That worked, but maybe it is better to use the latest image.
Browse files Browse the repository at this point in the history
Also reverted the slash changes.
  • Loading branch information
mvanaken committed Apr 12, 2024
1 parent 27a172e commit 61b1beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ init:

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

environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -mx0 -mmt=0 -snl -snh
MAVEN_OPTS: "-Dmaven.repo.local=C:/Users/appveyor/.m2"
matrix:
- JAVA_HOME: "C:\\Program Files\\Java\\jdk17"
- JAVA_HOME: "C:\\Program Files\\Java\\jdk21"
- JAVA_HOME: "C:/Program Files/Java/jdk17"
- JAVA_HOME: "C:/Program Files/Java/jdk21"

cache:
- C:\Users\appveyor\.m2 -> pom.xml
Expand Down

0 comments on commit 61b1beb

Please sign in to comment.