Skip to content

Commit 111c27a

Browse files
committed
(#340) Build: drop an obsolete workaround
1 parent a48e0cf commit 111c27a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask
44
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55
import java.security.MessageDigest
66
import java.util.zip.ZipFile
7-
import kotlin.io.path.pathString
87

98
plugins {
109
id("java")
@@ -62,10 +61,7 @@ dependencies {
6261
intellijPlatform {
6362
intellijIdeaCommunity(libs.versions.intellij, useInstaller = !libs.versions.intellij.get().contains("SNAPSHOT"))
6463
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)
6965
testFramework(TestFrameworkType.Platform)
7066
pluginVerifier()
7167
}

0 commit comments

Comments
 (0)