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 961182c commit 1179292Copy full SHA for 1179292
build.gradle.kts
@@ -63,7 +63,7 @@ dependencies {
63
intellijIdeaCommunity(libs.versions.intellij)
64
bundledPlugins("org.intellij.intelliLang", "org.jetbrains.plugins.terminal")
65
bundledLibrary(provider {
66
- // TODO: This is a workaround, remove in intellij-platform-gradle-plugin 2.2.2
+ // 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
})
69
testFramework(TestFrameworkType.Platform)
0 commit comments