build: Use Gradle build cache

This commit is contained in:
oSumAtrIX
2023-11-22 00:26:40 +01:00
parent a078b53a21
commit 158f59ab88

View File

@@ -1 +1,7 @@
rootProject.name = "revanced-cli"
rootProject.name = "revanced-cli"
buildCache {
local {
isEnabled = !System.getenv().containsKey("CI")
}
}