Create Gradle wrapper without installing Gradle
I want to use Gradle, but I do not want to install it. It is possible to compile a project using its Gradle wrapper. If you already have a Gradle project, you can initialize a new project using the existing Gradle wrapper: /path/to/existing/project/gradlew init
.