From d2315371e041aa3984c43f0f8cece1364eb7892d Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Fri, 14 Jan 2022 14:05:04 +0100 Subject: [PATCH] Coop dev: fix gradle import JPS modules were moved back to the kotlin plugin and no longer exist in kt-212-master KT-MR-5457 --- settings.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 91865fcaf0e..a7e5abcf21b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -425,8 +425,6 @@ if (attachedIntellijVersion == "212") { // Latest available platform in scope of intellij "git/kotlin.git.iml" intellij "idea/tests/kotlin.idea.tests.iml" intellij "idea/kotlin.idea.iml" - intellij "jps/jps-plugin/kotlin.jps-plugin.iml" - intellij "jps/jps-common/kotlin.jps-common.iml" intellij "project-wizard/core/kotlin.project-wizard.core.iml" intellij "project-wizard/idea/kotlin.project-wizard.idea.iml" intellij "project-wizard/cli/kotlin.project-wizard.cli.iml"