This is an automated email from the ASF dual-hosted git repository.

asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7667fea4a Website deployed from 
calcite@d2744291866df4103d09090d07e2e0270829521f
7667fea4a is described below

commit 7667fea4a9b5b2d3c6fa94381569a9f3af3af704
Author: snuyanzin <snuyan...@users.noreply.github.com>
AuthorDate: Fri May 24 09:24:39 2024 +0000

    Website deployed from calcite@d2744291866df4103d09090d07e2e0270829521f
---
 docs/howto.html | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/howto.html b/docs/howto.html
index 4baf1af45..9939fa1d4 100644
--- a/docs/howto.html
+++ b/docs/howto.html
@@ -156,7 +156,7 @@ adapters.</p>
 <h2 id="building-from-a-source-distribution">Building from a source 
distribution</h2>
 
 <p>Prerequisite is Java (JDK 8, 11, 17 or 19)
-and Gradle (version 7.6.1) on your path.</p>
+and Gradle (version 8.7) on your path.</p>
 
 <p>Unpack the source distribution <code class="language-plaintext 
highlighter-rouge">.tar.gz</code> file,
 <code class="language-plaintext highlighter-rouge">cd</code> to the root 
directory of the unpacked source,
@@ -211,7 +211,7 @@ cause a version mismatch.</p>
 
 <h2 id="upgrade-gradle-and-the-gradle-wrapper">Upgrade Gradle and the Gradle 
Wrapper</h2>
 
-<p>Gradle’s <a 
href="https://docs.gradle.org/current/userguide/upgrading_version_7.html";>documentation</a>
+<p>Gradle’s <a 
href="https://docs.gradle.org/current/userguide/upgrading_version_8.html";>documentation</a>
 provides detailed information about how to upgrade Gradle. Here is a list of 
steps:</p>
 
 <ol>
@@ -220,10 +220,8 @@ using any deprecated features.</li>
   <li>Fix the deprecations and repeat the previous step to confirm they are
 fixed. This is a step where Gradle doc could be very helpful since it
 contains info about deprecations and how to cope with them.</li>
-  <li>Run <code class="language-plaintext highlighter-rouge">./gradlew wrapper 
--gradle-version &lt;new_gradle_version&gt;</code> to upgrade
-Gradle. If necessary it will also upgrade the Gradle Wrapper.
-This step also updates <code class="language-plaintext 
highlighter-rouge">gradle/wrapper/gradle-wrapper.properties</code>,
-including the checksum.</li>
+  <li>Run <code class="language-plaintext highlighter-rouge">./gradlew wrapper 
--gradle-version=&lt;new_gradle_version&gt; 
--gradle-distribution-sha256-sum=&lt;distribution-sum&gt;</code>
+to upgrade Gradle. Checksum should be taken from <a 
href="https://gradle.org/release-checksums/";>Gradle release checksums</a>.</li>
   <li>Check and update Kotlin version in <code class="language-plaintext 
highlighter-rouge">gradle.properties</code> if required.
 Check should be done against <a 
href="https://docs.gradle.org/current/userguide/compatibility.html#kotlin";>Kotlin
 compatibility matrix</a>.</li>
   <li>Step 3 will have removed the header from

Reply via email to