Gradle - gradle.properties

Gradle - gradle.properties

About

gradle.properties file got properties

Order of precedence

Configuration

  • system properties, e.g. when -Dgradle.user.home is set on the command line.
  • gradle.properties in GRADLE_USER_HOME directory.
  • gradle.properties in project root directory.
  • gradle.properties in Gradle installation directory.





Discover More
Gradle - Nexus

Calling nexus from Gradle plugin Gradle has a built in dependency management component that supports the Maven repository format. The below definition allows Gradle to download the public...



Share this page:
Follow us:
Task Runner