Skip to content

Commit 464ae24

Browse files
committed
Trim
1 parent f9e8f5e commit 464ae24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
description = "Presentation app"
77
group = 'org.jlab'
8-
version = new File("./VERSION").text
8+
version = new File("${projectDir}/VERSION").text.trim()
99
ext.version = project.version
1010
ext.releaseDate = new Date().format('MMM dd yyyy')
1111

0 commit comments

Comments
 (0)