spring-framework/gradle/build-cache-settings.gradle

9 lines
91 B
Groovy

buildCache {
local {
enabled = true
}
remote(HttpBuildCache) {
enabled = false
}
}