mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
build: Use Gradle build cache
This commit is contained in:
parent
17418d4b9c
commit
f35c8d4446
1 changed files with 7 additions and 1 deletions
|
@ -1 +1,7 @@
|
|||
rootProject.name = "revanced-patcher"
|
||||
|
||||
buildCache {
|
||||
local {
|
||||
isEnabled = !System.getenv().containsKey("CI")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue