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
0cea49fdc0
spring-framework
/
gradle
/
build-cache-settings.gradle
9 lines
91 B
Groovy
Raw
Normal View
History
Unescape
Escape
Extract build cache settings to a dedicated file Closes gh-23869
2019-10-25 21:08:11 +08:00
buildCache
{
Polish contribution See gh-23869
2019-10-25 21:26:20 +08:00
local
{
enabled
=
true
}
remote
(
HttpBuildCache
)
{
enabled
=
false
}
Extract build cache settings to a dedicated file Closes gh-23869
2019-10-25 21:08:11 +08:00
}