Skip to content

Commit

Permalink
chore: Run JDK 12 on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jun 11, 2020
1 parent d953075 commit e542762
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 @@ -5,7 +5,7 @@ init:
build: false

build_script:
- set JAVA_HOME=C:\Program Files\Java\jdk13
- set JAVA_HOME=C:\Program Files\Java\jdk12
- java -version
- gradlew --version
- gradlew --stacktrace --no-daemon -i check

0 comments on commit e542762

Please sign in to comment.