mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 13:27:06 +01:00
build: Use Gradle build cache
This commit is contained in:
parent
b3a6a2d0d8
commit
8b92a097dd
@ -1,3 +1,9 @@
|
|||||||
include("dummy")
|
include("dummy")
|
||||||
|
|
||||||
rootProject.name = "revanced-patches"
|
rootProject.name = "revanced-patches"
|
||||||
|
|
||||||
|
buildCache {
|
||||||
|
local {
|
||||||
|
isEnabled = !System.getenv().containsKey("CI")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user