Skip to content

Commit dadd881

Browse files
committed
Specify dependencies required by your tests
1 parent 219a5e1 commit dadd881

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ dependencies {
9393
zipSigner()
9494
testFramework(TestFrameworkType.Platform)
9595
testFramework(TestFrameworkType.Plugin.Java)
96-
testFramework(TestFrameworkType.Metrics)
9796
}
9897
}
9998

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platformType = IC
99
platformVersion = 2024.3.1
1010

1111
platformPlugins =
12-
platformBundledPlugins = com.intellij.java,org.jetbrains.kotlin
12+
platformBundledPlugins = com.intellij.java,org.jetbrains.kotlin,org.intellij.intelliLang,org.toml.lang
1313

1414
gradleVersion = 8.10.2
1515

0 commit comments

Comments
 (0)