Create a file namedwith the name gradle.properties"gradle.properties" in the following directory:
- /home/<username>/.gradle/ (Linux) - /user/<username>/.gradle/ (Mac) - C:\user\<username>\%USERPROFILE%\.gradle (Windows) And inside of it, you have to add this line:
org.gradle.daemon=true AlsoFurthermore, you can add thisthe following line to improve the speed a little bit:
org.gradle.parallel=true You have more infoinformation on speed-up-gradlespeed-up-gradle.