nebula-project-plugin
                                
                                 nebula-project-plugin copied to clipboard
                                
                                    nebula-project-plugin copied to clipboard
                            
                            
                            
                        Configure IntelliJ correctly so sourcesets are marked as test
https://youtrack.jetbrains.com/issue/IDEA-151925#comment=27-2355076
@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.
I added idea as a plugin.
plugins {
    ...
    id 'idea'
    ...
}