wulkanowy-mod/settings.gradle

9 lines
145 B
Groovy
Raw Permalink Normal View History

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