Skip to content

Commit fc53dfb

Browse files
sbouchetadietish
authored andcommitted
chore: fix latest IJ / IC-2025.1 EAP
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 4595cd1 commit fc53dfb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ dependencies {
4444
// for local plugin -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin-faq.html#how-to-add-a-dependency-on-a-plugin-available-in-the-file-system
4545
//plugins.set(listOf(file("/path/to/plugin/")))
4646

47-
instrumentationTools()
48-
4947
testFramework(TestFrameworkType.Platform)
5048
}
5149

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ideaVersion=2024.3
99
gradleVersion=8.5
1010

1111
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
12-
platformBundledPlugins=org.jetbrains.plugins.yaml
12+
platformBundledPlugins=org.jetbrains.plugins.yaml,com.intellij.modules.json
1313
platformPlugins=
1414

1515
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mockito-core = "5.14.2"
1111
opentest4j = "1.3.0"
1212

1313
# plugins
14-
gradleIntelliJPlugin = "2.1.0"
14+
gradleIntelliJPlugin = "2.2.1"
1515
gradleNexusPublishPlugin = "2.0.0"
1616

1717
[libraries]

0 commit comments

Comments
 (0)