Closed rtyler closed 10 years ago
I'm not familiar with the proper practice for plugins that depend on other plugins, but shouldn't the jar plugin specify a dependency on the base plugin?
jar
base
Correct, the build.gradle file should list the base plugin jar as a compile dependency with an open minor version
build.gradle
compile
I'm not familiar with the proper practice for plugins that depend on other plugins, but shouldn't the
jar
plugin specify a dependency on thebase
plugin?