jruby-gradle / jruby-gradle-jar-plugin

Plugin for creating JRuby-based java archives
3 stars 5 forks source link

Shouldn't the plugin specify a dependency on base? #10

Closed rtyler closed 10 years ago

rtyler commented 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?

ysb33r commented 10 years ago

Correct, the build.gradle file should list the base plugin jar as a compile dependency with an open minor version