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 914ddb8 commit e476813
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 @@ -4,7 +4,7 @@ plugins {
}

description = "MYA web-based query tool"
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 e476813

Please sign in to comment.