nebula-project-plugin icon indicating copy to clipboard operation
nebula-project-plugin copied to clipboard

Configure IntelliJ correctly so sourcesets are marked as test

Open DanielThomas opened this issue 8 years ago • 2 comments

https://youtrack.jetbrains.com/issue/IDEA-151925#comment=27-2355076

DanielThomas avatar Aug 08 '17 21:08 DanielThomas

@DanielThomas I don't think we have this issue right? it seems that our source sets are marked as test when created. At least the ones that use test as parent.

rpalcolea avatar Sep 18 '19 16:09 rpalcolea

I added idea as a plugin.

plugins {
    ...
    id 'idea'
    ...
}

heowc avatar Sep 17 '21 03:09 heowc