Skip to content

Commit 7704e76

Browse files
committed
Increase javac maximum memory to avoid builds getting stuck
1 parent 4fd457e commit 7704e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/java-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ tasks.withType( JavaCompile ) {
181181
options.encoding = 'UTF-8'
182182
options.warnings false
183183
options.fork = true
184-
options.forkOptions.memoryMaximumSize = '768m'
184+
options.forkOptions.memoryMaximumSize = '896m'
185185

186186
options.compilerArgs += [
187187
// disable adding @Generated annotation in the logger impls to make

0 commit comments

Comments
 (0)