From 2f3673a289956d575f1bb32459a295646e103d8f Mon Sep 17 00:00:00 2001 From: Pawel Lipski Date: Fri, 19 Jul 2024 17:10:37 +0200 Subject: [PATCH] Bump IntelliJ plugin --- build.gradle.kts | 6 ------ frontend/ui/impl/build.gradle.kts | 10 ---------- gradle/libs.versions.toml | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a158b337..e3ddc1107 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -442,9 +442,3 @@ vavr("test") tasks.withType { jvmArgs(getFlagsForAddExports("jdk.internal.reflect", module = "java.base")) } - -// TODO (JetBrains/intellij-platform-gradle-plugin#1675): workaround to prevent race condition on .../.intellijPlatform/coroutines-javaagent.jar -tasks.withType { - dependsOn(":frontend:graph:initializeIntellijPlatformPlugin") - dependsOn(":frontend:ui:initializeIntellijPlatformPlugin") -} diff --git a/frontend/ui/impl/build.gradle.kts b/frontend/ui/impl/build.gradle.kts index e50c353c7..25acbde7a 100644 --- a/frontend/ui/impl/build.gradle.kts +++ b/frontend/ui/impl/build.gradle.kts @@ -10,16 +10,6 @@ dependencies { implementation(project(":frontend:ui:api")) } -// TODO (JetBrains/intellij-platform-gradle-plugin#1675): workaround to prevent race condition on .../.intellijPlatform/coroutines-javaagent.jar -tasks.withType { - dependsOn(":initializeIntellijPlatformPlugin") - dependsOn(":frontend:actions:initializeIntellijPlatformPlugin") - dependsOn(":frontend:graph:initializeIntellijPlatformPlugin") - dependsOn(":frontend:graph:impl:initializeIntellijPlatformPlugin") - dependsOn(":frontend:ui:initializeIntellijPlatformPlugin") - dependsOn(":frontend:ui:impl:initializeIntellijPlatformPlugin") -} - apacheCommonsText() junit() junitPlatformLauncher() diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d101c0955..a452f06a6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,5 +30,5 @@ vavr = "io.vavr:vavr:0.10.4" [plugins] jetbrains-changelog = "org.jetbrains.changelog:2.2.1" jetbrains-grammarkit = "org.jetbrains.grammarkit:2022.3.2.2" -jetbrains-intellij = "org.jetbrains.intellij.platform:2.0.0-beta8" +jetbrains-intellij = "org.jetbrains.intellij.platform:2.0.0-RC1" taskTree = "com.dorongold.task-tree:4.0.0"