Skip to content

Commit

Permalink
#424: Getting error running appveyor that JAVA_HOME variable is not s…
Browse files Browse the repository at this point in the history
…et correctly.

Maybe that was caused by incorrect indentation?
  • Loading branch information
mvanaken committed Apr 12, 2024
1 parent d0ec3a3 commit 5385484
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 5385484

Please sign in to comment.