[project] adding a missing Javac option to the CE project

GitOrigin-RevId: 3c62cd5196e97dca1d5dcdf9c7d377191943d0d9
This commit is contained in:
Roman Shevchenko
2024-09-11 11:28:00 +02:00
committed by intellij-monorepo-bot
parent a77a01fe5c
commit 0cddc3e1ba

1
.idea/compiler.xml generated
View File

@@ -58,6 +58,7 @@
<module name="intellij.platform.ide.impl" options="-Xlint:unchecked --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/sun.font=ALL-UNNAMED --add-exports java.desktop/java.awt.peer=ALL-UNNAMED --add-exports jdk.attach/sun.tools.attach=ALL-UNNAMED --add-exports java.desktop/sun.awt.image=ALL-UNNAMED --add-exports java.desktop/sun.awt.datatransfer=ALL-UNNAMED --add-exports java.desktop/sun.swing=ALL-UNNAMED --add-exports java.base/sun.nio.fs=ALL-UNNAMED" />
<module name="intellij.platform.lang.impl" options="-Xlint:unchecked --add-exports java.desktop/sun.awt.image=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED" />
<module name="intellij.platform.testFramework.common" options="-Xlint:unchecked --add-exports java.desktop/sun.awt=ALL-UNNAMED" />
<module name="intellij.platform.ui.jcef" options="-Xlint:unchecked --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/java.awt.peer=ALL-UNNAMED" />
<module name="intellij.platform.util.ui" options="-Xlint:unchecked --add-exports java.desktop/sun.font=ALL-UNNAMED" />
</option>
<option name="MAXIMUM_HEAP_SIZE" value="400" />