Skip to content

Commit

Permalink
OpenJDK 11 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 11, 2019
1 parent 7ec4f26 commit 3e2961e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: java
jdk:
- oraclejdk8
- openjdk11
script:
- ./gradlew build --stacktrace -i
after_script:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.github.tomasbjerre:gradle-scripts:master-SNAPSHOT'
classpath 'com.github.tomasbjerre:gradle-scripts:gradle5-SNAPSHOT'
}
}
apply from: project.buildscript.classLoader.getResource('java.gradle').toURI()
Expand Down

0 comments on commit 3e2961e

Please sign in to comment.