File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask
4
4
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
5
import java.security.MessageDigest
6
6
import java.util.zip.ZipFile
7
- import kotlin.io.path.pathString
8
7
9
8
plugins {
10
9
id(" java" )
@@ -62,10 +61,7 @@ dependencies {
62
61
intellijPlatform {
63
62
intellijIdeaCommunity(libs.versions.intellij, useInstaller = ! libs.versions.intellij.get().contains(" SNAPSHOT" ))
64
63
bundledPlugins(" org.intellij.intelliLang" , " org.jetbrains.plugins.terminal" )
65
- bundledLibrary(provider {
66
- // TODO[#340]: This is a workaround, remove in intellij-platform-gradle-plugin 2.2.2
67
- project.intellijPlatform.platformPath.resolve(" lib/testFramework.jar" ).pathString
68
- })
64
+ testFramework(TestFrameworkType .Bundled )
69
65
testFramework(TestFrameworkType .Platform )
70
66
pluginVerifier()
71
67
}
You can’t perform that action at this time.
0 commit comments