How to correctly remove the gradle wrapper from VCS?
I don’t want to commit the gradle wrapper to VCS¹. Which gradle files could be git-ignored so other users have the least troubles setting up their environment? I’m specifically wondering about gradle/wrapper/gradle-wrapper.properties
which may or may not be useful, since it seems to hold the URL to the distribution and its version.