Update checker and adapt memory configuration

This commit is contained in:
Christian Beikov 2023-10-13 14:23:54 +02:00
parent 0ffe0afaf9
commit 0d2f55e4c8
2 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ plugins {
id 'org.hibernate.orm.database-service' apply false
id 'biz.aQute.bnd' version '6.3.1' apply false
id 'org.checkerframework' version '0.6.25'
id 'org.checkerframework' version '0.6.34'
id 'org.hibernate.orm.build.jdks'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'

View File

@ -164,6 +164,9 @@ artifacts {
tasks.withType( JavaCompile ) {
options.encoding = 'UTF-8'
options.warnings false
options.fork = true
options.forkOptions.memoryMaximumSize = '768m'
// javaCompileTask.options.compilerArgs += [
// "-nowarn",
// "-encoding", "UTF-8"