This website requires JavaScript.
Explore
Help
Sign In
root
/
spring-framework
mirror of
https://github.com/spring-projects/spring-framework.git
Watch
1
Star
0
Fork
You've already forked spring-framework
0
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
b883aad1f1
spring-framework
/
gradle.properties
5 lines
101 B
Properties
Raw
Normal View
History
Unescape
Escape
Next Development Version
2020-04-28 16:23:23 +08:00
version
=
5.3.0-SNAPSHOT
Next Development Version
2019-09-30 16:57:48 +08:00
org.gradle.jvmargs
=
-Xmx1536M
Enable local build cache for buildSrc and main project
2019-09-16 17:38:25 +08:00
org.gradle.caching
=
true
Enable parallel builds by default 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
2019-09-11 16:57:04 +08:00
org.gradle.parallel
=
true