should I add gradlew and all of that to my git rep...
# gradle
b
should I add gradlew and all of that to my git repos?
g
Yes, this is recommended way to work with gradle, allows to run tasks of your project with particular version of Gradle and without need to download and install Gradle manually
b
thank you