Skip to content

Commit 2315490

Browse files
committed
Bump Java from 1.7 to 1.8
1 parent 00df9cc commit 2315490

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
@@ -9,8 +9,8 @@ subprojects {
99
apply plugin: 'checkstyle'
1010
apply plugin: 'java-library'
1111

12-
sourceCompatibility = JavaVersion.VERSION_1_7
13-
targetCompatibility = JavaVersion.VERSION_1_7
12+
sourceCompatibility = JavaVersion.VERSION_1_8
13+
targetCompatibility = JavaVersion.VERSION_1_8
1414

1515
group = rootProject.group
1616
version = rootProject.version

0 commit comments

Comments
 (0)