We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2981e2 commit e01d226Copy full SHA for e01d226
build.gradle
@@ -44,7 +44,7 @@ configurations.checkstyle {
44
}
45
46
47
-// Add dependencies to test, junit5 api (annotations) and engine (runtime)
+import org.jetbrains.intellij.platform.gradle.TestFrameworkType
48
dependencies {
49
intellijPlatform {
50
create(properties("platformType"), properties("platformVersion"))
@@ -53,6 +53,7 @@ dependencies {
53
pluginVerifier()
54
zipSigner()
55
instrumentationTools()
56
+ testFramework TestFrameworkType.Platform.INSTANCE
57
58
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
59
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
0 commit comments