Binaries no longer supplied by Bintray
Thanks for supporting Bintray! This service has now been sunset, and to assist with migration to the JFrog Platform, paid accounts can login until July 4th.
Also does not seem to build from source?
$ ./gradlew build
FAILURE: Build failed with an exception.
- What went wrong: A problem occurred configuring project ':lazybones-templates'.
Could not resolve all dependencies for configuration ':lazybones-templates:classpath'. Could not resolve uk.co.cacoethes:lazybones-gradle:1.2.4. Required by: lazybones:lazybones-templates:unspecified > Could not resolve uk.co.cacoethes:lazybones-gradle:1.2.4. > Could not get resource 'http://dl.bintray.com/pledbrook/plugins/uk/co/cacoethes/lazybones-gradle/1.2.4/lazybones-gradle-1.2.4.pom'. > Could not GET 'http://dl.bintray.com/pledbrook/plugins/uk/co/cacoethes/lazybones-gradle/1.2.4/lazybones-gradle-1.2.4.pom'. Received status code 403 from server: Forbidden
- 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: 2.744 secs
$ gradle build Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
FAILURE: Build failed with an exception.
-
Where: Build file 'C:\dev\lazybones\lazybones-app\app.gradle' line: 17
-
What went wrong: An exception occurred applying plugin request [id: 'net.saliman.cobertura', version: '2.2.7']
Failed to apply plugin [id 'net.saliman.cobertura'] Could not create an instance of type net.saliman.gradle.plugin.cobertura.CoberturaExtension. > Could not get unknown property 'classesDir' for main classes of type org.gradle.api.internal.tasks.DefaultSourceSetOutput.
-
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
-
Get more help at https://help.gradle.org
BUILD FAILED in 19s