build: Use Gradle build cache

This commit is contained in:
oSumAtrIX 2023-11-22 00:26:40 +01:00
parent a078b53a21
commit 158f59ab88
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 7 additions and 1 deletions

View File

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