Created
February 12, 2012 13:44
-
-
Save mickknutson/1808632 to your computer and use it in GitHub Desktop.
gradle repositories error
This file contains 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
08:42:13.083 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':ch01:compileJava' | |
08:42:13.094 [ERROR] [org.gradle.BuildExceptionReporter] | |
08:42:13.099 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception. | |
08:42:13.104 [ERROR] [org.gradle.BuildExceptionReporter] | |
08:42:13.108 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong: | |
08:42:13.112 [ERROR] [org.gradle.BuildExceptionReporter] Could not resolve all dependencies for configuration ':ch01:compile'. | |
08:42:13.118 [ERROR] [org.gradle.BuildExceptionReporter] Cause: You must specify a URL for a Maven repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment