1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 09:29:09 -05:00
wulkanowy-mirror/settings.gradle

9 lines
145 B
Groovy
Raw Normal View History

2018-08-25 17:18:31 -05:00
include ':app'
buildCache {
local {
directory = new File(rootDir, '.build-cache')
removeUnusedEntriesAfterDays = 30
}
}