mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-04 16:49:03 +00:00
Enable Gradle Configuration Cache
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
|
||||
}
|
||||
def localPropsFile = file("local.properties")
|
||||
if (!localPropsFile.exists()) {
|
||||
def sdkRoot = System.getenv("ANDROID_SDK_ROOT") ?: System.getenv("ANDROID_HOME")
|
||||
|
||||
Reference in New Issue
Block a user