build: Use Gradle build cache

This commit is contained in:
oSumAtrIX
2023-11-22 00:26:38 +01:00
parent b3a6a2d0d8
commit 8b92a097dd

View File

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