If someone follows the example from the kick-off to copy the wrapper to the snippet project,
instead of manually counting the directories up, one can use
Copy code
ROOT=$(git rev-parse --show-cdup) ...
Another way would be
Copy code
$(git rev-parse --show-cdup)/gradlew wrapper
but this needs significantly longer than just copying the files. 🙂