Open
Description
In the case where I might have:
configurations {
rspec.extendsFrom gems
cucumber.extendsFrom gems
}
I have three configurations that I'm going to place Ruby dependencies into:
gems
1rspec
However the default jrubyPrepare
is only going to prepare the gem installation directory for the gems
configuration.
What about dynamically creating a task for each of the others as well? I.e.:
jrubyPrepare
1jrubyPrepareRspec