Update settings.gradle.kts

master
Androidacy Service Account 1 year ago committed by GitHub
parent 6b8ee7c8d1
commit f824e3a915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,5 +22,14 @@ dependencyResolutionManagement {
maven { setUrl("https://jitpack.io") }
}
}
val isCiServer = System.getenv().containsKey("CI")
// Cache build artifacts, so expensive operations do not need to be re-computed
buildCache {
local {
isEnabled = !isCiServer
}
}
rootProject.name = "MagiskModuleManager"
include(":app")

Loading…
Cancel
Save