I have a plugin that amongst other things, applies other plugins. An example is the PMD Plugin: https://github.com/ajoberstar/gradle-plugins. When I apply my master plugin to a project, I must add:
pmd group: 'pmd', name: 'pmd', version: '4.2.5' to my project's dependencies or the build will fail. I have tried adding this dependency to the my master plugin's runtime dependencies, but it doesn't help. I realize it isn't a huge deal that I have to paste this line into each of my build scripts that apply my master plugin, but I'd still like a way not to have to do so. Any ideas? Thanks. -- View this message in context: http://gradle.1045684.n5.nabble.com/Configuration-dependencies-of-a-plugin-tp4769249p4769249.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email