Browse Source

Increase the Gradle daemon's max heap

Closes gh-48940
4.0.x
Andy Wilkinson 6 days ago
parent
commit
e8bc8374fc
  1. 2
      gradle.properties

2
gradle.properties

@ -4,7 +4,7 @@ spring.build-type=oss @@ -4,7 +4,7 @@ spring.build-type=oss
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx3g -Dfile.encoding=UTF-8
assertjVersion=3.27.6
checkstyleToolVersion=10.12.4

Loading…
Cancel
Save