Skip to content

Commit

Permalink
Trim whitespace from version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Nov 7, 2018
1 parent c22ec40 commit 0625b1c
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 @@ -259,7 +259,7 @@ configure(project(':monitor')) {
configure(project(':pricenode')) {
apply plugin: "org.springframework.boot"

version = file("src/main/resources/version.txt").text
version = file("src/main/resources/version.txt").text.trim()

jar.manifest.attributes(
"Implementation-Title": project.name,
Expand Down

0 comments on commit 0625b1c

Please sign in to comment.