[bisq-network/bisq] Fix pricenode gradle build (#1890)

Devin Bileck notifications at github.com
Wed Nov 7 07:48:29 UTC 2018


As a result of changes done to the gradle build in https://github.com/bisq-network/bisq/pull/1862, I started encountering the following:

```
> Task :pricenode:jar FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':pricenode:jar'.
> Could not create ZIP 'C:\Users\Devin\Documents\GitHub\bisq-network\bisq\pricenode\build\libs\pricenode-0.7.2-SNAPSHOT
  .jar'
```

**Issue**
It was attempting to generate jar file with LF in filename.

**Fix**
Make sure to trim whitespace for version variable retrieved from file.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/1890

-- Commit Summary --

  * Trim whitespace from version variable

-- File Changes --

    M build.gradle (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/1890.patch
https://github.com/bisq-network/bisq/pull/1890.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/1890
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181106/a8b7ed9e/attachment.html>


More information about the bisq-github mailing list