mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9de4c4aefb
Previously, all tasks in the build were run sequentially. This commit updates Gradle's properties to build them in parallel where possible. When using the daemon (recommended) its default max heap is not sufficient for the demands on a parallel build, therefore this commit also increases the daemon's max heap. See gh-23620
5 lines
108 B
Properties
5 lines
108 B
Properties
version=5.2.0.BUILD-SNAPSHOT
|
|
org.gradle.caching=false
|
|
org.gradle.parallel=true
|
|
org.gradle.jvmargs=-Xmx1536M
|