unbroken-dome / gradle-testsets-plugin

A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests).
MIT License
230 stars 50 forks source link

Add correct configurations to IDEA classpath #57

Closed pkoenig10 closed 6 years ago

pkoenig10 commented 6 years ago

Without this, dependencies for the myTestImplementation configuration are not generated as part of the IDEA module.

This matches the behavior of the Gradle IDEA plugin: https://github.com/gradle/gradle/blob/v5.0.0-RC1/subprojects/ide/src/main/java/org/gradle/plugins/ide/idea/IdeaPlugin.java#L442-L445

tkrullmann commented 6 years ago

Thanks!