The Gradle Wrapper consists of three pieces:
• the batch file (gradlew.bat) or shell script (gradlew)
• the JAR file used by the batch file and shell script (in the gradle/wrapper/
directory)
• the gradle-wrapper.properties file (also in the gradle/wrapper/ directory)