Skip to content

Commit 329d915

Browse files
committed
hack
1 parent cec5eb4 commit 329d915

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/toolkit/jetbrains-rider/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,14 @@ tasks.integrationTest {
370370
include("**/*Test.class")
371371
}
372372

373+
// https://youtrack.jetbrains.com/issue/IJPL-180442
374+
tasks.withType<Test> {
375+
classpath -= classpath.filter {
376+
(it.name.startsWith("localization-") && it.name.endsWith(".jar"))
377+
|| it.name == "cwm-plugin.jar"
378+
}
379+
}
380+
373381
// fix implicit dependency on generated source
374382
tasks.withType<DetektCreateBaselineTask>().configureEach {
375383
dependsOn(generateModels)

0 commit comments

Comments
 (0)