Skip to content

GenerateGradleRb task(s) don't resolve a custom configuration's dependencies #121

Open
@tommysullivan

Description

@tommysullivan
tasks.jrubyGenerateGradleRb {
    configuration configurations.rspec

}
import com.github.jrubygradle.GenerateGradleRb
task testCustomConfig(type: GenerateGradleRb) {
    configuration configurations.rspec
}

Neither of the tasks above end up installing the gems inside of the rspec configuration directory, but instead seem to pull in whatever gems are in the jrubyExec configuration.

The tasks do however express a task dependency on jrubyPrepareGems however.

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