Skip to content

Instantly share code, notes, and snippets.

./gradlew wrapper --gradle-version=3.2.1
./gradlew --version
# Remove all cached files to ensure there are no .gitignore files being tracked
git rm --cached -r .
# Track the files that should be tracked
git add .