Skip to content

Commit 2962f77

Browse files
committed
Java 1.8
1 parent 85f6d90 commit 2962f77

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
@@ -7,8 +7,8 @@ plugins {
77
id 'com.github.kt3k.coveralls' version '2.8.1'
88
}
99

10-
sourceCompatibility = JavaVersion.VERSION_1_7
11-
targetCompatibility = JavaVersion.VERSION_1_7
10+
sourceCompatibility = JavaVersion.VERSION_1_8
11+
targetCompatibility = JavaVersion.VERSION_1_8
1212

1313
group = 'org.scm4j'
1414
version = file('version').text.trim()

0 commit comments

Comments
 (0)