[Pill] Support 'java-test-fixtures' plugin

This commit is contained in:
Yan Zhulanow
2022-09-27 02:11:59 +09:00
committed by teamcity
parent 47b5ea0fc7
commit 6b198fd85f
@@ -364,6 +364,7 @@ class ModelParser(private val variant: Variant, private val modulePrefix: String
private val SourceSet.isTestSourceSet: Boolean
get() = name == SourceSet.TEST_SOURCE_SET_NAME
|| name == "testFixtures"
|| name.endsWith("Test")
|| name.endsWith("Tests")
|| (extra.has("jpsKind") && extra.get("jpsKind") == SourceSet.TEST_SOURCE_SET_NAME)