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
6
Packages
Projects
Releases
Wiki
Activity
cfae20f97d
spring-framework
/
gradle.properties
2 lines
53 B
Properties
Raw
Normal View
History
Unescape
Escape
Switch master to 5.2.0.BUILD-SNAPSHOT
2019-01-09 21:12:05 +08:00
version
=
5.2.0.BUILD-SNAPSHOT
Add opt-in build scan integration with Gradle Enterprise This commit adds opt-in build scan integration with Gradle Enterprise. When the GRADLE_ENTERPRISE_URL environment variable is set on a developer's machine or on CI, a build scan will be automatically uploaded to Gradle Enterprise at the end of the build. This initial integration will establish a baseline for Spring Framework builds. Once that baseline has been established we can use the build scans to identify ways in which the build can be optimized and updated to make use of Gradle's build caching which should reduce build times, significantly so for changes that only affect tasks near the leaf nodes of the task graph.
2019-09-02 17:01:00 +08:00
org.gradle.caching
=
false