diff --git a/compiler/tests-spec/build.gradle.kts b/compiler/tests-spec/build.gradle.kts index 4a4af27fdaa..46e0a2c4dd0 100644 --- a/compiler/tests-spec/build.gradle.kts +++ b/compiler/tests-spec/build.gradle.kts @@ -7,7 +7,10 @@ dependencies { testCompile(projectTests(":compiler")) Platform[192].orHigher { testCompileOnly(intellijDep()) { - includeJars("gson", "groovy-all", rootProject = rootProject) + includeJars("groovy-all", rootProject = rootProject) + } + testCompile(intellijDep()) { + includeJars("gson", rootProject = rootProject) } testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") } testRuntimeOnly(intellijPluginDep("java"))