1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 03:59:09 -05:00
wulkanowy-mirror/settings.gradle
2020-12-28 22:45:21 +01:00

9 lines
145 B
Groovy

include ':app'
buildCache {
local {
directory = new File(rootDir, '.build-cache')
removeUnusedEntriesAfterDays = 30
}
}