java-test-fixtures

Is the java-test-fixtures plugin incompatible with the Build and run using IntelliJ IDEA setting?

谁说胖子不能爱 提交于 2020-01-25 03:11:06
问题 It looks like if I use the java-test-fixtures plugin in my java Gradle project, when IntelliJ imports it the IDE will always mark the src/testFixtures dir as a Source Folder (visible in Module Settings, Sources tab). Yet any dependencies I've added in my build.gradle to the testFixturesApi or testFixturesImplementation configurations are imported into the IDEA project with a Scope of Test (visible in Module Settings, Dependencies tab). So when I go to build my Project, using the Project Build