Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account for multiple project dependency configurations and ideaExtraTestConfigurations #323

Open
orrsella opened this issue Oct 2, 2014 · 0 comments

Comments

@orrsella
Copy link

orrsella commented Oct 2, 2014

If a project has multiple configurations used in dependsOn (for e.g: .dependsOn(testkit % "test,it")), they are currently converted to DependencyProject(testkit,CompileScope).

I would like to add the ability to account for multiple configurations (test,it) and also take into consideration the new ideaExtraTestConfigurations setting, checking if the configuration is a test one, and adding the dependency accordingly.

I have a working example that does this. Would this be of interest? Should I submit a pull request for such a feature?

@orrsella orrsella changed the title Accounting for multiple dependsOn configurations and ideaExtraTestConfigurations Account for multiple project dependency configurations and ideaExtraTestConfigurations Oct 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant