Skip to content

Commit 57c25cd

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

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
@@ -67,8 +67,11 @@ if (System.getProperty('idea.active') == 'true') {
6767
}
6868
compiler {
6969
parallelCompilation = true
70+
processHeapSize = 2048
71+
addNotNullAssertions = false
7072
javac {
7173
generateDeprecationWarnings = false
74+
preferTargetJDKCompiler = false
7275
}
7376
}
7477
runConfigurations {

0 commit comments

Comments
 (0)