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.
2 parents c253e56 + 761296a commit 34ba111Copy full SHA for 34ba111
build.gradle
@@ -7,11 +7,11 @@ 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
+version = file('version').text.trim()
15
16
dependencies {
17
testCompile 'junit:junit:4.12'
version
@@ -1 +1 @@
1
-7.0-SNAPSHOT
+8.0-SNAPSHOT
0 commit comments