build: Use Gradle build cache
This commit is contained in:
parent
2575825adf
commit
3cd1939063
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
include("dummy")
|
||||
|
||||
rootProject.name = "revanced-patches"
|
||||
|
||||
buildCache {
|
||||
local {
|
||||
isEnabled = !System.getenv().containsKey("CI")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue