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 8b02809 commit c253e56Copy full SHA for c253e56
build.gradle
@@ -11,7 +11,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
11
targetCompatibility = JavaVersion.VERSION_1_7
12
13
group = 'org.scm4j'
14
-version = new File('version').text
+version = file('version').text
15
16
dependencies {
17
testCompile 'junit:junit:4.12'
0 commit comments