mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Trim whitespace from version variable
This commit is contained in:
parent
c22ec40b87
commit
0625b1c037
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue