grad build error on mac

Issue #20 new
zhengqi created an issue

FAILURE: Build failed with an exception.

* Where:

Build file '/Users/abc/magpie/build.gradle' line: 77

* What went wrong:

A problem occurred evaluating root project 'magpie'.

Could not resolve all dependencies for configuration ':compile'.

Configuration with name 'default' not found.

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Comments (1)

  1. Logan Ward

    Thanks for reporting this problem!

    The error you are seeing typically occurs when you have not yet downloaded some of Magpie’s dependencies.

    Could you try either re-cloning Magpie with its submodules (git clone --recursive https://bitbucket.org/wolverton/magpie) or download them in your current Magpie directory (git submodule update --init), and then attempting the build again?

  2. Log in to comment