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