Skip to content

Commit

Permalink
trim newline
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 12, 2024
1 parent 7e808df commit c341b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}
description = 'System Readiness Manager app'
group 'org.jlab'
version new File("${projectDir}/VERSION").text
version new File("${projectDir}/VERSION").text.trim()
ext.releaseDate = new Date().format('MMM dd yyyy')

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit c341b29

Please sign in to comment.