1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 09:06:47 -06:00
wulkanowy-mirror/settings.gradle

9 lines
145 B
Groovy
Raw Normal View History

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