build: Use Gradle build cache

This commit is contained in:
oSumAtrIX 2023-11-22 00:26:40 +01:00
parent 17418d4b9c
commit f35c8d4446
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

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