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 f9e8f5e commit 464ae24Copy full SHA for 464ae24
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
6
description = "Presentation app"
7
group = 'org.jlab'
8
-version = new File("./VERSION").text
+version = new File("${projectDir}/VERSION").text.trim()
9
ext.version = project.version
10
ext.releaseDate = new Date().format('MMM dd yyyy')
11
0 commit comments