We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd457e commit 7704e76Copy full SHA for 7704e76
gradle/java-module.gradle
@@ -181,7 +181,7 @@ tasks.withType( JavaCompile ) {
181
options.encoding = 'UTF-8'
182
options.warnings false
183
options.fork = true
184
- options.forkOptions.memoryMaximumSize = '768m'
+ options.forkOptions.memoryMaximumSize = '896m'
185
186
options.compilerArgs += [
187
// disable adding @Generated annotation in the logger impls to make
0 commit comments