Also... Do I commit `gradle/*` directory into VCS?
# getting-started
a
Also... Do I commit
gradle/*
directory into VCS?
v
Yes, the four Gradle wrapper files are meant to be checked into VCS. This way someone does not need Gradle installed to execute your build and he uses the exact version you designed your build for.
✔️ 1
a
Gotcha.