mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-29 22:24:36 +02:00
build: Use Gradle build cache
This commit is contained in:
parent
a078b53a21
commit
158f59ab88
@ -1 +1,7 @@
|
|||||||
rootProject.name = "revanced-cli"
|
rootProject.name = "revanced-cli"
|
||||||
|
|
||||||
|
buildCache {
|
||||||
|
local {
|
||||||
|
isEnabled = !System.getenv().containsKey("CI")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user