gradlebuild-tools

gradle.properties file is missing from .gradle folder in windows


I have installed gradle with chocolatey package manager, but in .gradle directory there is no gradle.properties file. Do I need to re-install gradle? or what should I write besides what I need to add in grdle.properties file If I will create it?

P.S: I use gradle plugin in Spring Tool Suite, and I need to add something in the gradle.properties file concerning the project


Solution

  • The propery file gradle.properties is not created automatically during Gradle installation. You can create this file manually and add your specific configuration into it. Note that there are two places where you can create a gradle.properties file, as described in documentation Gradle configuration properties