mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Increase the Gradle daemon's max heap
Closes gh-48940
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user