Skip to content

Commit

Permalink
Switch Travis build to OpenJDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 11, 2018
1 parent 87d904d commit 6d072b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: java
jdk: oraclejdk9
jdk: openjdk11
install: ./gradlew --version
script: ./gradlew --continue --init-script gradle/init-scripts/public-build-scan.init.gradle.kts sanityCheck
if: pull_request AND head_repo != gradle/gradle

0 comments on commit 6d072b8

Please sign in to comment.