Skip to content

Commit

Permalink
Bump IntelliJ plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Jul 19, 2024
1 parent d48785a commit 2f3673a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,3 @@ vavr("test")
tasks.withType<Test> {
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<Test> {
dependsOn(":frontend:graph:initializeIntellijPlatformPlugin")
dependsOn(":frontend:ui:initializeIntellijPlatformPlugin")
}
10 changes: 0 additions & 10 deletions frontend/ui/impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Test> {
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()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2f3673a

Please sign in to comment.