Enable Gradle Configuration Cache

This commit is contained in:
Dark98
2026-02-23 03:18:21 +00:00
parent 2b8c182516
commit 7e723fce4e
4 changed files with 211 additions and 109 deletions
+3
View File
@@ -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")