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