(misc) gradle cache off

Signed-off-by: androidacy-user <opensource@androidacy.com>
master
androidacy-user 1 year ago
parent b71691c98c
commit 94edc3474d

@ -23,5 +23,5 @@ org.gradle.parallel=true
android.enableR8.fullMode=true
org.gradle.unsafe.configuration-cache=true
android.defaults.buildfeatures.buildconfig=true
kotlin.jvm.target.validation.mode=IGNORE
org.gradle.caching=true
#kotlin.jvm.target.validation.mode=IGNORE
#org.gradle.caching=true

@ -25,11 +25,6 @@ dependencyResolutionManagement {
// val isCiServer = System.getenv().containsKey("CI")
// Cache build artifacts, so expensive operations do not need to be re-computed
buildCache {
local {
isEnabled = true
}
}
rootProject.name = "MagiskModuleManager"
include(":app")

Loading…
Cancel
Save