You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Build of current master (2015-04-09, ./gradlew build) branch fails with error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':flock'.
> Could not resolve all dependencies for configuration ':flock:_nonplayDebugCompile'.
> Could not find org.whispersystems.supplychain:libsupplychain:1.0.
Where can I find this lib ? Or, is there any missing instruction on how to build ?
Thanks
The text was updated successfully, but these errors were encountered:
Encountering the same issue when following the build instructions, which relies on the current master branch.
The specific error line that references the missing dependency is line 59 of build.gradle
As the dependency only seems required for the Non Google Play build, commenting out the nonplay references on line 19 and on lines 59 to 61 allows the Google Play version to build.
Seems the libsupplychain dependency came in this commit b25ab2e on Feb 11th 2015, few months back.
the build instructions should be updated to exclude the nonplay build flavor from the process, thanks for the info and sorry this has been a issue for so long, when I first skimmed over this issue I had incorrectly assumed it was only a problem for people specifically trying the nonplay build.
Hi,
Build of current master (2015-04-09,
./gradlew build
) branch fails with error:Where can I find this lib ? Or, is there any missing instruction on how to build ?
Thanks
The text was updated successfully, but these errors were encountered: