gradle.rst
changeset 2468 cab0464c11f4
parent 2467 0498f0cc9966
child 2502 45513923d474
--- 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
 =====================