Skip to content

Commit 687c661

Browse files
committed
chore(build.gradle): update java version to 8
1 parent cc70d12 commit 687c661

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
@@ -63,8 +63,8 @@ allprojects {
6363
apply plugin: 'jacoco'
6464
apply plugin: 'com.github.johnrengelman.shadow'
6565

66-
sourceCompatibility = JavaVersion.VERSION_1_7
67-
targetCompatibility = JavaVersion.VERSION_1_7
66+
sourceCompatibility = JavaVersion.VERSION_1_8
67+
targetCompatibility = JavaVersion.VERSION_1_8
6868

6969
repositories {
7070
maven { url "https://repo.maven.apache.org/maven2" }

0 commit comments

Comments
 (0)