You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have configured our Gradle wrapper to use Gradle 4.8.1 as the version
used for executing the build.
Gradle 5.2.1 has been announced for a while and it gives better support
for JDK11[1], which we may wish to upgrade to in the future.
To keep us updated with Gradle's development, let's upgrade to Gradle
5.2.1.
The Gradle wrapper upgrade is performed by running the command:
./gradlew wrapper --gradle-version 5.2.1
Also, update any references to the Gradle version we are using in the code
base to 5.2.1.
[1] https://docs.gradle.org/5.2.1/release-notes.html
0 commit comments