From ac5da460047b1b17f765135e7e3805d3ac1db9b1 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Fri, 6 Nov 2020 02:53:05 +0300 Subject: [PATCH] Cleanup 193 compatibility fixes Original commit: 3feff16a774b7a7e91b27db9f2e1245e349f8b7f --- jps/jps-plugin/build.gradle.kts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jps/jps-plugin/build.gradle.kts b/jps/jps-plugin/build.gradle.kts index 2bb19dede65..de19db01850 100644 --- a/jps/jps-plugin/build.gradle.kts +++ b/jps/jps-plugin/build.gradle.kts @@ -44,9 +44,7 @@ dependencies { testRuntime(project(it)) } - Platform[192].orHigher { - testRuntimeOnly(intellijPluginDep("java")) - } + testRuntimeOnly(intellijPluginDep("java")) testRuntimeOnly(toolsJar()) testRuntime(project(":kotlin-reflect"))