Closed snowch closed 8 years ago
so the setup task would have to be run first and we would not check-in the "wrapper" files in subdir i presume. Need to ignore gradlew, gradlew.bat and gradle/ in each subdir.
i guess this could also be optional. if you want to continue to type ../../gradlew
On the spark examples project, I checked in the generated files to make it as easy as possible for users.
Issue is lots of duplicate code but usability trumps that :)
Also i guess you figured out how to keep those in sync.
I had one user confused by running ../../gradlew
We can get rid of this issue by adding gradle wrapper to each example. Here is an example to keep the wrappers all at the same version:
What do you think?