Skip to content

Commit cb1eba4

Browse files
committed
Update to Java 11
1 parent 19fdb61 commit cb1eba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk:
3-
- oraclejdk8
3+
- openjdk11
44
before_install:
55
- chmod +x gradlew
66
notifications:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ subprojects {
4040

4141
//Compile
4242
compileJava {
43-
sourceCompatibility = 1.8
44-
targetCompatibility = 1.8
43+
sourceCompatibility = 11
44+
targetCompatibility = 11
4545
}
4646
}
4747

0 commit comments

Comments
 (0)