![](https://tomgregory.com/gradle/gradle-vs-gradlew-difference/images/feature.png)
gradle vs. gradlew - what's the difference?
One of the most common questions for anyone using Gradle is what’s the difference between gradle vs. gradlew. Each is a Gradle command with a particular use case in mind. Here you’ll learn what each command does, and when to use one over the other. Quick summary If you’re working in a project that has a gradlew script, always use it. If it doesn’t, use the gradle command to generate it....