Hello!
I have a question to the gradle team, is anyone of them here?
I would like to propose an improvement of Gradle wrapper idea. It would be nice to have the capability to create a new project that will contain the Gradle wrapper files without needing to download Gradle distribution.
I mean it would be nice to have a gradle-wrapper.zip on https://services.gradle.org/distributions that would contain files that are generated by “gradle wrapper” task.
Users could use something like: wget https://services.gradle.org/distributions/gradle-wrapper.zip & unzip gradle-wrapper.zip to make a new project from scratch, it’s very fast and easy to use.
1 Like