Skip to content

Commit

Permalink
Update checker and adapt memory configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Dec 1, 2023
1 parent 0ffe0af commit 0d2f55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions gradle/java-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d2f55e

Please sign in to comment.