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
4
4
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
5
5
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
6
6
import org.jetbrains.intellij.platform.gradle.tasks.PrepareSandboxTask
7
- import org.jetbrains.intellij.platform.gradle.tasks.aware.IntelliJPlatformVersionAware
8
7
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
9
8
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
10
9
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
@@ -208,7 +207,7 @@ tasks.withType<KotlinCompile> {
208
207
@Suppress(" unused" ) val runIdePyCharmCommunityEAP by intellijPlatformTesting.runIde.registering {
209
208
type = IntelliJPlatformType .PyCharmCommunity
210
209
version = " LATEST-EAP-SNAPSHOT"
211
-
210
+
212
211
prepareSandboxTask(prepareSandboxConfig)
213
212
}
214
213
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ platformVersion = 2024.3.1
17
17
18
18
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
19
19
# 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
21
21
# Example: platformBundledPlugins = com.intellij.java
22
22
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
23
23
You can’t perform that action at this time.
0 commit comments