Skip to main content
Version: 10.4.0

Plugin structure

my-projectโ”œโ”€โ”€ gradleโ”‚   โ””โ”€โ”€ wrapperโ”‚       โ”œโ”€โ”€ gradle-wrapper.jarโ”‚       โ””โ”€โ”€ gradle-wrapper.propertiesโ”œโ”€โ”€ build.gradleโ”œโ”€โ”€ gradlewโ””โ”€โ”€ gradlew.bat
  • gradle-wrapper.properties - points to the version of Gradle.
  • build.gradle - contains all configurations, all your changes you have to do here.
  • gradlew - executable file for Unix
  • gradlew.bat - executable file for Windows