Skip to content

Commit 46b2909

Browse files
authored
Fix IllegalAccessException in runIde (#1170)
1 parent 767e65c commit 46b2909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-intellij/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ tasks {
7070

7171
runIde {
7272
jvmArgs("-Xmx2048m")
73+
jvmArgs("--add-exports", "java.desktop/sun.awt.windows=ALL-UNNAMED")
7374
androidStudioPath?.let { ideDir.set(file(it)) }
7475
}
7576

0 commit comments

Comments
 (0)