File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.intellij.platform.gradle.Constants.Constraints
44import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
55import org.jetbrains.intellij.platform.gradle.TestFrameworkType
66import org.jetbrains.intellij.platform.gradle.tasks.PrepareSandboxTask
7- import org.jetbrains.intellij.platform.gradle.tasks.aware.IntelliJPlatformVersionAware
87import org.jetbrains.kotlin.gradle.dsl.JvmTarget
98import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
109import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
@@ -208,7 +207,7 @@ tasks.withType<KotlinCompile> {
208207@Suppress(" unused" ) val runIdePyCharmCommunityEAP by intellijPlatformTesting.runIde.registering {
209208 type = IntelliJPlatformType .PyCharmCommunity
210209 version = " LATEST-EAP-SNAPSHOT"
211-
210+
212211 prepareSandboxTask(prepareSandboxConfig)
213212}
214213
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ platformVersion = 2024.3.1
1717
1818# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1919# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
20- platformPlugins = com.redhat.devtools.lsp4ij:0.11 .0
20+ platformPlugins = com.redhat.devtools.lsp4ij:0.10 .0
2121# Example: platformBundledPlugins = com.intellij.java
2222platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
2323
You can’t perform that action at this time.
0 commit comments