We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fdb61 commit cb1eba4Copy full SHA for cb1eba4
.travis.yml
@@ -1,6 +1,6 @@
1
language: java
2
jdk:
3
- - oraclejdk8
+ - openjdk11
4
before_install:
5
- chmod +x gradlew
6
notifications:
build.gradle
@@ -40,8 +40,8 @@ subprojects {
40
41
//Compile
42
compileJava {
43
- sourceCompatibility = 1.8
44
- targetCompatibility = 1.8
+ sourceCompatibility = 11
+ targetCompatibility = 11
45
}
46
47
0 commit comments