Created
January 31, 2013 14:00
-
-
Save bobmcwhirter/4683052 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
barry:vert.x bob$ ./mk | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Could not resolve all dependencies for configuration ':classpath'. | |
> Artifact 'args4j:args4j:2.0.12@jar' 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 | |
Total time: 0.576 secs | |
barry:vert.x bob$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same issue.
The quick workaround is to comment the mavenLocal() line in the build.gradle file.