mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
disable 'Use compiler from module JDK' option in IDEA community project
Currently some of modules in IDEA project have JDK 1.6 as module JDK but depend on libraries with newer versions of class-files, so they cannot be compiled by javac from their target JDK. Also build is slightly faster if the same javac is used to compile all modules.
This commit is contained in:
1
.idea/compiler.xml
generated
1
.idea/compiler.xml
generated
@@ -43,6 +43,7 @@
|
||||
<option name="DEPRECATION" value="false" />
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="PREFER_TARGET_JDK_COMPILER" value="false"/>
|
||||
<option name="MAXIMUM_HEAP_SIZE" value="400" />
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user