Increase the Gradle daemon's max heap

Closes gh-48940
This commit is contained in:
Andy Wilkinson
2026-01-28 11:35:16 +00:00
parent 57186426ce
commit e8bc8374fc
+1 -1
View File
@@ -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