Skip to content

Commit

Permalink
chore: Run JDK 8 on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jun 11, 2020
1 parent e542762 commit a586137
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\jdk12
- set JAVA_HOME=C:\Program Files\Java\jdk8
- java -version
- gradlew --version
- gradlew --stacktrace --no-daemon -i check

0 comments on commit a586137

Please sign in to comment.