Skip to content

Commit 5ead5e8

Browse files
committed
Implement IDE test framework
1 parent 3374aea commit 5ead5e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ configurations.checkstyle {
4444
}
4545
}
4646

47-
// Add dependencies to test, junit5 api (annotations) and engine (runtime)
47+
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
4848
dependencies {
4949
intellijPlatform {
5050
create(properties("platformType"), properties("platformVersion"))
@@ -53,6 +53,7 @@ dependencies {
5353
pluginVerifier()
5454
zipSigner()
5555
instrumentationTools()
56+
testFramework TestFrameworkType.Platform.INSTANCE
5657
}
5758
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
5859
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",

0 commit comments

Comments
 (0)