Skip to content

Should we automatically create a JRubyPrepare task for each configuration? #237

Open
@rtyler

Description

@rtyler

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:

  1. gems
    1 cucumber`
  2. rspec

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.:

  1. jrubyPrepare
    1 jrubyPrepareCucumber`
  2. jrubyPrepareRspec

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions