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

Exclude test libraries from being marked as test directories in IDEA. #96

Closed markslater closed 4 years ago

markslater commented 4 years ago

Fix for issue #95 - leave test libraries as [production] source directories in IDEA, so that tests can depend on them.

TiddoLangerak commented 4 years ago

@tkrullmann Could you please consider this PR? This bug is effectively preventing us from using test libraries, as it breaks for everyone using IntelliJ.

tkrullmann commented 4 years ago

Thank you!