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.
2 parents 3374aea + e05a5df commit 6753b5dCopy full SHA for 6753b5d
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