Update checker and adapt memory configuration
This commit is contained in:
parent
0ffe0afaf9
commit
0d2f55e4c8
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue