modify gradle.properties to work with gradle 4.7+

This commit is contained in:
Daniel Gultsch 2018-08-28 17:51:40 +02:00
parent 658caec342
commit eaa62f8840
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2048M
org.gradle.configureondemand=false