Skip to content

Commit 8be45be

Browse files
Enable Gradle's configuration-cache for faster builds
1 parent e170338 commit 8be45be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ android.useAndroidX=true
1717
android.defaults.buildfeatures.buildconfig=true
1818
android.nonTransitiveRClass=true
1919
android.nonFinalResIds=true
20+
21+
# Enabling Gradle's configuration cache ( https://docs.gradle.org/current/userguide/configuration_cache.html ) executes some Gradle tasks in parallel.
22+
# In our case it's required to execute conanInstall's in parallel. In case of problems - disable or comment out for un-paralleled conan installs
23+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)