We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f0948 commit c35fca7Copy full SHA for c35fca7
build.gradle
@@ -7,8 +7,8 @@ plugins {
7
id 'com.github.kt3k.coveralls' version '2.8.1'
8
}
9
10
-sourceCompatibility = JavaVersion.VERSION_1_7
11
-targetCompatibility = JavaVersion.VERSION_1_7
+sourceCompatibility = JavaVersion.VERSION_1_8
+targetCompatibility = JavaVersion.VERSION_1_8
12
13
group = 'org.scm4j'
14
version = file('version').text.trim()
version
@@ -1 +1 @@
1
-11.0-SNAPSHOT
+12.0-SNAPSHOT
0 commit comments