[components] Closes https://github.com/mozilla-mobile/android-components/issues/7117...
[gecko.git] / mobile / android / android-components / buildSrc / settings.gradle
blobc31ad3840d51530b279387498c0cc84c61e91f1c
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 buildCache {
6     local {
7         directory = new File(rootDir, '../.build-cache')
8         removeUnusedEntriesAfterDays = 30
9     }