gradle build error

Issue #19 resolved
Former user created an issue

when I enter 'gradlew jar' in cmd, after a few moments, it throws this error:

FAILURE: Build failed with an exception.

  • Where: Build file 'C:\Users\virinchi\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

Please suggest how to get magpie running on my system

Comments (3)

  1. Logan Ward

    Thanks for filing an issue!

    This error is likely a problem with downloading the submodules needed by Magpie.

    Does your lib folder contain folders named vassal and expr? If not, you need to call git submodule update --init and try building again.

    Let me know if this works for you.

  2. Log in to comment