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

test source set not recognised as test source root by IntelliJ IDEA 2019.3 #103

Closed stefanscheidt closed 4 years ago

stefanscheidt commented 4 years ago

Test source set created by test-sets Gradle plugin is not recognised by IntelliJ IDEA 2019.3 as a test source root, but as a source root.

build.gradle.kts: https://github.com/stefanscheidt/train-reservation-kt/blob/master/build.gradle.kts

IDEA Version: IntelliJ IDEA 2019.3.1 (Ultimate Edition) Build #IU-193.5662.53, built on December 18, 2019 Runtime version: 11.0.5+10-b520.17 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.15.2

stefanscheidt commented 4 years ago

See also https://youtrack.jetbrains.com/issue/IDEA-230481 in case its an IDEA bug.

stefanscheidt commented 4 years ago

Find enclosed the IDEA module iml files generated by IDEA.

modules.zip

stefanscheidt commented 4 years ago

Is a IDEA issue, will be fixed there.