Wizard: do not allow creating compose projects with gradle groovy

#KT-42983 fixed
This commit is contained in:
Ilya Kirillov
2020-10-29 11:47:35 +03:00
parent 4f6fa1059c
commit 21928d8f51
4 changed files with 32 additions and 15 deletions
@@ -26,7 +26,7 @@ abstract class AbstractBuildFileGenerationTest : UsefulTestCase() {
val buildSystemsToRunFor = listOfNotNull(
BuildSystem.GRADLE_KOTLIN_DSL,
BuildSystem.GRADLE_GROOVY_DSL,
if (testParameters.runForGradleGroovy) BuildSystem.GRADLE_GROOVY_DSL else null,
if (testParameters.runForMaven) BuildSystem.MAVEN else null
)