Gradle - Jacoco version changes
## Navigate to your repo
cd <repository>
## Generate the gradlew wrapper
gradle wrapper
## Check that the gradlew wrapper is created and make it executable
ls gradlew
chmod +x gradlew
## Commit the wrapper to the repo
git add gradlew gradlew.bat gradle/wrapper/gradle-wrapper.jar gradle/wrapper/gradle-wrapper.properties
git commit -m 'Add the gradle wrapper'Last updated
Was this helpful?