Skip to content

Commit ba0aee2

Browse files
committed
update compilation to java 8
1 parent b83bc36 commit ba0aee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ plugins {
88
}
99

1010
compileJava {
11-
sourceCompatibility = "1.7"
12-
targetCompatibility = "1.7"
11+
sourceCompatibility = "1.8"
12+
targetCompatibility = "1.8"
1313
}
1414

1515
compileTestJava {

0 commit comments

Comments
 (0)