mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-10 05:01:11 -06:00
9 lines
145 B
Groovy
9 lines
145 B
Groovy
include ':app'
|
|
|
|
buildCache {
|
|
local {
|
|
directory = new File(rootDir, '.build-cache')
|
|
removeUnusedEntriesAfterDays = 30
|
|
}
|
|
}
|