Skip to content

Commit c35fca7

Browse files
host6maxim-ge
authored andcommitted
Java 1.8
1 parent 99f0948 commit c35fca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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()

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0-SNAPSHOT
1+
12.0-SNAPSHOT

0 commit comments

Comments
 (0)