Migrating to newer Gradle.
--- a/gradle.rst Sun Nov 22 22:23:50 2020 +0200
+++ b/gradle.rst Mon Nov 23 00:32:17 2020 +0200
@@ -458,6 +458,21 @@
https://docs.gradle.org/current/userguide/gradle_wrapper.html
Official docs.
+Migrating to newer Gradle
+=========================
+
+Try to eliminate all deprecation warnings::
+
+ ./gradlew testClasses --warning-mode all
+
+Update Gradle distro to newer version::
+
+ ./gradlew wrapper --gradle-version 6.7
+
+Try to eliminate another portion of deprecation warnings and run build/tests::
+
+ ./gradlew test --warning-mode all
+
Managing Gradle cache
=====================