Enable the Gradle daemon (#34545)

This commit is contained in:
Alpar Torok 2018-10-20 11:14:41 +03:00 committed by GitHub
parent d90b6730c7
commit adc3816e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
org.gradle.daemon=false
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2g
options.forkOptions.memoryMaximumSize=2g