9 lines
91 B
Groovy
9 lines
91 B
Groovy
buildCache {
|
|
local {
|
|
enabled = true
|
|
}
|
|
remote(HttpBuildCache) {
|
|
enabled = false
|
|
}
|
|
}
|