$ ./gradlew
FAILURE: Build failed with an exception.
* Where:
Build file '/home/wujek/IdeaWorkspace/gradle-test/build.gradle' line: 1
* What went wrong:
A problem occurred evaluating root project 'gradle'.
> Could not resolve all dependencies for configuration 'classpath'.
> Could not find org.gradle.api.plugins:gradle-tomcat-plugin:0.9.8.
Required by:
unspecified:unspecified:unspecified
As background, here is what I am trying to achieve: 1. have a single place where all repositories are defined, and which point to our nexus - it should be global, not per build 2. have a parent boilerplate build file that applies some plugins, in this case, the gradle-tomcat-plugin 3. have all webapps apply the parent build and be able to use its configuration, classpath and so on and only refine the configuration as the webapps need it