Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created January 31, 2013 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobmcwhirter/4683052 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/4683052 to your computer and use it in GitHub Desktop.
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$
@crazyfrozenpenguin
Copy link

I had the same issue.

The quick workaround is to comment the mavenLocal() line in the build.gradle file.

@ALRubinger
Copy link

Same, thanks for filing this, Bob. And for the workaround @crazyfrozenpenguin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment