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 Unixgradlew.bat
- executable file for Windows