Browse Source

Enable the Gradle daemon (#34545)

Alpar Torok 7 years ago
parent
commit
adc3816e32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle.properties

+ 1 - 1
gradle.properties

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