Skip to content

Commit c846d04

Browse files
Update IntelliJ compiler options to support version 2020.2 (#60322)
Co-authored-by: Elastic Machine <[email protected]>
1 parent 721af72 commit c846d04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/ide.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ if (System.getProperty('idea.active') == 'true') {
6161
}
6262
compiler {
6363
parallelCompilation = true
64+
processHeapSize = 2048
65+
addNotNullAssertions = false
6466
javac {
6567
generateDeprecationWarnings = false
68+
preferTargetJDKCompiler = false
6669
}
6770
}
6871
runConfigurations {

0 commit comments

Comments
 (0)