Skip to content

Commit

Permalink
Merge pull request #1890 from devinbileck/Fix-pricenode-gradle-build
Browse files Browse the repository at this point in the history
Fix pricenode gradle build
  • Loading branch information
cbeams authored Nov 7, 2018
2 parents c22ec40 + 0625b1c commit d910ca6
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 d910ca6

Please sign in to comment.