Created
October 4, 2015 20:42
-
-
Save jeffscottbrown/fec65ed19d84a055b9e1 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
FAILURE: Build failed with an exception. | |
* What went wrong: | |
A problem occurred configuring project ':java-custom-artifacts-using-plugin'. | |
> Could not resolve all dependencies for configuration ':java-custom-artifacts-using-plugin:classpath'. | |
> Could not find com.acme.gradle:plugin-custom-artifacts:1.0-SNAPSHOT. | |
Searched in the following locations: | |
file:/Users/jeff/.m2/repository/com/acme/gradle/plugin-custom-artifacts/1.0-SNAPSHOT/maven-metadata.xml | |
file:/Users/jeff/.m2/repository/com/acme/gradle/plugin-custom-artifacts/1.0-SNAPSHOT/plugin-custom-artifacts-1.0-SNAPSHOT.pom | |
file:/Users/jeff/.m2/repository/com/acme/gradle/plugin-custom-artifacts/1.0-SNAPSHOT/plugin-custom-artifacts-1.0-SNAPSHOT.jar | |
Required by: | |
s2gx2015:java-custom-artifacts-using-plugin:unspecified | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment