mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Be more specific in IDE sample run config (#456)
This somehow fixes the random java.lang.NoClassDefFoundError: org/jetbrains/jewel/bridge/ToolWindowExtensionsKt that we've been seeing on main when using JBR-21 as the project JDK. GitOrigin-RevId: 2e93656dc77e625758573c3c9bc7d42cd0537e2d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d5d59269db
commit
28d0642e2d
@@ -11,7 +11,7 @@
|
|||||||
</option>
|
</option>
|
||||||
<option name="taskNames">
|
<option name="taskNames">
|
||||||
<list>
|
<list>
|
||||||
<option value="runIde" />
|
<option value=":samples:ide-plugin:runIde" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
<option name="vmOptions" />
|
<option name="vmOptions" />
|
||||||
|
|||||||
Reference in New Issue
Block a user