Disable config ondemand when using Gradle > 4.6

This commit is contained in:
topjohnwu 2018-05-26 17:35:02 +08:00
parent 6d93831488
commit 886286a819

View File

@ -20,3 +20,6 @@ org.gradle.parallel=true
# When set to true the Gradle daemon is used to run the build. For local developer builds this is our favorite property.
# The developer environment is optimized for speed and feedback so we nearly always run Gradle jobs with the daemon.
org.gradle.daemon=true
# Configuration on demand is not supported by the current version of the Android Gradle plugin since you are using Gradle version 4.6 or above
org.gradle.configureondemand=false