3 changed files with 8 additions and 8 deletions
@ -1 +1 @@ |
|||||||
apply from: new File(settingsDir, '../gradle/build-cache-settings.gradle') |
apply from: "../gradle/build-cache-settings.gradle" |
||||||
|
|||||||
@ -1,8 +1,8 @@ |
|||||||
buildCache { |
buildCache { |
||||||
local { |
local { |
||||||
enabled = true |
enabled = true |
||||||
} |
} |
||||||
remote(HttpBuildCache) { |
remote(HttpBuildCache) { |
||||||
enabled = false |
enabled = false |
||||||
} |
} |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue