Skip to content

Commit f858160

Browse files
authored
Merge pull request #216 from amadeus4dev/update-compilation-version
Upgrade compilation to java 8
2 parents b83bc36 + ba0aee2 commit f858160

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)