diff --git a/gradle.properties b/gradle.properties index 8ace919..cf167f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,8 @@ +# Execute tasks in parallel +org.gradle.parallel=true + +# Use Gradle's Build Cache +org.gradle.caching=true + # Increase Gradle's available memory to 3G org.gradle.jvmargs=-Xmx3G \ No newline at end of file