Skip to content

Commit 00afcce

Browse files
authored
Fix runtime classpath in IDE sandbox (#2699)
1 parent 0cf9c4b commit 00afcce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/kotlin/toolkit-intellij-subplugin.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ configurations {
5050
runtimeClasspath {
5151
// Exclude dependencies that ship with iDE
5252
exclude(group = "org.slf4j")
53+
exclude(group = "org.jetbrains.kotlin")
54+
exclude(group = "org.jetbrains.kotlinx")
5355

5456
// Exclude dependencies we don't use to make plugin smaller
5557
exclude(group = "software.amazon.awssdk", module = "netty-nio-client")

0 commit comments

Comments
 (0)