Closed pkoenig10 closed 6 years ago
Without this, dependencies for the myTestImplementation configuration are not generated as part of the IDEA module.
myTestImplementation
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
Thanks!
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