Skip to main content

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.

Create a file named gradle.properties in the following directory:

 - /home/<username>/.gradle/ (Linux)  - /user/<username>/.gradle/ (Mac)  - C:\user\<username>\.gradle (Windows) 

And inside of it you have to add this line

org.gradle.daemon=true 

Also you can add this line to improve the speed a little bit

org.gradle.parallel=true 

You have more info on speed-up-gradle

Create a file with the name "gradle.properties" in the following directory:

- /home/<username>/.gradle/ (Linux) - /user/<username>/.gradle/ (Mac) - %USERPROFILE%\.gradle (Windows) 

And inside of it, you have to add this line:

org.gradle.daemon=true 

Furthermore, you can add the following line to improve the speed a little:

org.gradle.parallel=true 

You have more information on speed-up-gradle.

added 93 characters in body
Source Link
Skizo-ozᴉʞS ツ
  • 20.7k
  • 19
  • 92
  • 155

Create a file named gradle.properties in the following directory:

 - /home/<username>/.gradle/ (Linux) - /user/<username>/.gradle/ (Mac) - C:\user\<username>\.gradle (Windows) 

And inside of it you have to add this line

org.gradle.daemon=true 

Also you can add this line to improve the speed a little bit

org.gradle.parallel=true 

You have more info on speed-up-gradle

Create a file named gradle.properties in the following directory:

 - /home/<username>/.gradle/ (Linux) - /user/<username>/.gradle/ (Mac) - C:\user\<username>\.gradle (Windows) 

And inside of it you have to add this line

org.gradle.daemon=true 

Also you can add this line to improve the speed a little bit

org.gradle.parallel=true 

Create a file named gradle.properties in the following directory:

 - /home/<username>/.gradle/ (Linux) - /user/<username>/.gradle/ (Mac) - C:\user\<username>\.gradle (Windows) 

And inside of it you have to add this line

org.gradle.daemon=true 

Also you can add this line to improve the speed a little bit

org.gradle.parallel=true 

You have more info on speed-up-gradle

Source Link
Skizo-ozᴉʞS ツ
  • 20.7k
  • 19
  • 92
  • 155

Create a file named gradle.properties in the following directory:

 - /home/<username>/.gradle/ (Linux) - /user/<username>/.gradle/ (Mac) - C:\user\<username>\.gradle (Windows) 

And inside of it you have to add this line

org.gradle.daemon=true 

Also you can add this line to improve the speed a little bit

org.gradle.parallel=true