Skip to content

Gradle update

felixreimann edited this page Jun 25, 2018 · 2 revisions

The following steps have to be performed to update gradle:

  1. Edit build.gradle and update gradleVersion to the latest gradle release
  2. Run ./gradlew wrapper
  3. Commit build.gradle and files changed by last command
Clone this wiki locally