build: Use Gradle build cache

This commit is contained in:
oSumAtrIX
2023-11-22 00:26:39 +01:00
parent 143c13b175
commit 2e54af8f82

View File

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