Skip to content

Commit

Permalink
#424: The backslash should be escaped.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanaken committed Apr 12, 2024
1 parent 8b172c6 commit bf3274c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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 bf3274c

Please sign in to comment.