build: Use Gradle build cache

This commit is contained in:
oSumAtrIX 2023-11-22 00:26:38 +01:00
parent b3a6a2d0d8
commit 8b92a097dd
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
include("dummy")
rootProject.name = "revanced-patches"
buildCache {
local {
isEnabled = !System.getenv().containsKey("CI")
}
}