We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a59cf commit 66b5b07Copy full SHA for 66b5b07
build.gradle.kts
@@ -1,4 +1,5 @@
1
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
2
+import org.jetbrains.intellij.platform.gradle.TestFrameworkType
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
4
5
plugins {
@@ -156,6 +157,7 @@ dependencies {
156
157
intellijPlatform {
158
intellijIdeaCommunity("2024.3")
159
pluginVerifier()
160
+ testFramework(TestFrameworkType.Platform)
161
}
162
163
0 commit comments