Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created May 19, 2015 20:09
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 rtyler/36c3a3be6a58ab6f7f72 to your computer and use it in GitHub Desktop.
Save rtyler/36c3a3be6a58ab6f7f72 to your computer and use it in GitHub Desktop.
➜ jruby git:(cool-wip) ✗ time gradle --init-script ../../init.gradle -profile runGradleTest
Loaded custom GradleTest init script
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'jruby'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not find com.github.lookout:service-artifact-plugin:%%VERSION%%.
Searched in the following locations:
file:/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/repo/service-artifact-plugin-%%VERSION%%.jar
file:/home/tyler/source/github/service-artifact-gradle-plugin/build/gradleTest/repo/service-artifact-plugin.jar
https://jcenter.bintray.com/com/github/lookout/service-artifact-plugin/%%VERSION%%/service-artifact-plugin-%%VERSION%%.pom
https://jcenter.bintray.com/com/github/lookout/service-artifact-plugin/%%VERSION%%/service-artifact-plugin-%%VERSION%%.jar
https://plugins.gradle.org/m2/com/github/lookout/service-artifact-plugin/%%VERSION%%/service-artifact-plugin-%%VERSION%%.pom
https://plugins.gradle.org/m2/com/github/lookout/service-artifact-plugin/%%VERSION%%/service-artifact-plugin-%%VERSION%%.jar
Required by:
:jruby:unspecified
* 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: 7.753 secs
gradle --init-script ../../init.gradle -profile runGradleTest 6.90s user 0.13s system 86% cpu 8.154 total
➜ jruby git:(cool-wip) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment