Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 377 Bytes

how-to-update-gradle.md

File metadata and controls

15 lines (10 loc) · 377 Bytes

How to update the Gradle version

To update the Gradle version of each Gradle wrapper in this repository, start by updating the Gradle wrapper in the exercises directory:

./gradlew wrapper --gradle-version=X.Y

Then, update the Gradle wrappers for each exercise to match the root version:

./gradlew allWrappers

Finally, commit and push your changes.