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:
nik
2016-12-19 11:13:14 +03:00
parent 5cbcf18d96
commit 12e86f8f1d

1
.idea/compiler.xml generated
View File

@@ -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>