[bisq-network/bisq-desktop] Gradle build exception, could not resolve dependencies (#1537)

Chris Beams notifications at github.com
Mon May 14 20:49:03 UTC 2018


Closing as resolved. Everyone should be able to build bisq-desktop at v0.7.0 from source now. I just built successfully from source myself; please reopen this issue if issues persist.

For those that are interested, here are the details of the fix, taken from the `0.7.0` 'alias' tag added to bisq-common. Such tags were added to bisq-common, bisq-p2p and bisq-core, and effectively solve the problem. We'll have to sort out our tag-naming / version-naming / JitPack dependency resolution strategy a little better before the next release.

```git
$ git show 0.7.0
tag 0.7.0
Tagger: Chris Beams <chris at beams.io>
Date:   Mon May 14 22:40:59 2018 +0200

Alias 0.7.0 to v0.7.0

bisq-desktop was built with a dependency declaration on
network.bisq:bisq-core:0.7.0, but because these dependencies are
resolved via JitPack, and because JitPack has no awareness of Gradle
versions per se, and instead has awareness only of objects in Git
history, e.g. commit hashes and tag names, these declarations resulted
in unresolvable dependencies. They worked when building Bisq from source
locally within the context of a Gradle composite build (which *is* aware
of Gradle version numbers), but fail when JitPack is in the mix.

So this 'alias' tag makes it possible to build bisq-desktop at v0.7.0 from
source, outside the context of a Gradle composite build and with JitPack
dependency resolution in the mix.
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEHjAxMAinjHQ/TkGXPSFPj1vF7XMFAlr59GIPHGNocmlzQGJl
YW1zLmlvAAoJED0hT49bxe1zulQQAJexi4Cdrb/nOsu+jzumkUdGEo6fYM7q7fqh
CaYwDeryx8jyFOz5fQIpNTybenZJuKY4oGJ6MqggU0c4qrRhMeKZIHCiLI20d4Yu
HEGSIO9hyQ+19lFlv6Jrt7arypbSaPuFy4XC8Gu8P0+cq9tibv6FeXGJxbpfi0xP
aF6U5cJo1IiC+JXcH0RQxxa7ZKGuIwQ7jX3e6mfsRLX5Ykwb8cXV3GwXIxT07Og1
z0lPfca3KR63Fnho8P5iJACowL0viqGOY2PRrdTZUzZTt6fmujSZFk85hRI+t9Mf
+UWXQdz3zp2zHnR6w+Uk8pRaI37y/KO24yjS3qOPhoWu8iPqv1iHxHTktAnyxiNe
Igx6KiMpHSopJuK5fFJEPLkAXTuYjWNPULy+wsqR8P8CdQzg1S57BLQi3m+66zZF
l11oDQkwpndPyervWXfh8EM2FX5sj2irNybmJwucE4/b/p+DMg4GX1z0Z98H3CPu
o/v1ByJwfiSqsvlwCK4qYt1cdEAYbrn+GzZVHMWjXoqjqxze4e84nJkCLKJIegYO
oVVckEV+uHpfNf63l5//JGjqlMf0xAsMpF/iJq2J3nxe6EPFxUdjXuVBGMTkvmCK
NliLfYHkCDll8G8bPVC3VBeIkzml51bYY8pDlerYZIK3lT3VL1qpoT6GUpF1OqgT
eED2MZG/
=Ca8U
-----END PGP SIGNATURE-----

tag v0.7.0
Tagger: Manfred Karrer <mk at nucleo.io>
Date:   Fri May 11 19:40:27 2018 +0200

v0.7.0
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEBENuulMm6f8TlJP8QBJQlmprLEYFAlr11YsACgkQQBJQlmpr
LEYlXw/+IgGD9tX4l1kBAjgyvbZ62ync/75zncaA3OLeg/Tf2cRJo+7jSU/ljN29
BW0hO1Grlpb3fxB3oO6cCYvdiLKCIIo6NwXyigR+bYKOcifGxsilZ+Whs1wqjdto
GaobLM+YWGu0t8VDGfGvc+dyjdKknig8x3BFh1IN3odQNN5fRRDL0ROn4/F+FhnE
RIqyQ8QDtPbsbiiEfCl/JeWuc67xlyn9XCUZCTlHn8JqvIkeZk/Vl/ApBSt+1vi/
3usrQYAWF3BUsLWoLk452titiPeYHKyKlDeBe26XKmVT+g3xcaX4ti7FV924+kos
rx5MFk9G6VFu8DYDR/BvsbgrABAXHLznsHMTMU6TusxSKSBXWnSLYDw7pffETGGM
mq4EqBQ4ujRBduakq09PPfTfzn+pl10NPEWb0Geh0CxQgKwcYSd9EYmH9hiXe7m5
DbDckmAiJifF7kyJXBuxhn3W9mMIyuSGAvAvjdosI2KQnJvlvwpPp6FKl6ynsa5a
VfmrSQItzElLU+0SAitpkUG58Qt7cu1ynelFtJtyGJcHVi05KfqPoMNZ4jP4VnhE
Mbjv0QfzVoEcEyCwoc4WPX9LwCpxrZ70B+KsRReqmNdm7m7ufilUzoHVkdbxO9fp
h4Jxa+/f8Cr3OI7nqBbu6Fa/p0IWn6ijbIXhzrXfE+yGBdKXWRA=
=yIU3
-----END PGP SIGNATURE-----
```

-- 
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-desktop/issues/1537#issuecomment-388957780
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180514/f974d1e3/attachment-0002.html>


More information about the github mailing list