Skip to content

Commit 1179292

Browse files
committed
(#340) Connect a TODO with the issue
1 parent 961182c commit 1179292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
intellijIdeaCommunity(libs.versions.intellij)
6464
bundledPlugins("org.intellij.intelliLang", "org.jetbrains.plugins.terminal")
6565
bundledLibrary(provider {
66-
// TODO: This is a workaround, remove in intellij-platform-gradle-plugin 2.2.2
66+
// TODO[#340]: This is a workaround, remove in intellij-platform-gradle-plugin 2.2.2
6767
project.intellijPlatform.platformPath.resolve("lib/testFramework.jar").pathString
6868
})
6969
testFramework(TestFrameworkType.Platform)

0 commit comments

Comments
 (0)