Skip to content

Commit

Permalink
fix: try appveyor with JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed May 4, 2019
1 parent c1dc81f commit 229f8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ init:
build: false

build_script:
- set JAVA_HOME=C:\Program Files\Java\jdk11
- java -version
- gradlew --stacktrace --no-daemon -i check -x :consumer:pact-jvm-consumer-junit:clojureTest -x :provider:pact-jvm-provider-lein:compileClojure
- gradlew --stacktrace --no-daemon -i check -x :consumer:pact-jvm-consumer-junit:clojureTest

0 comments on commit 229f8d5

Please sign in to comment.