You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by as...@apache.org on 2022/05/07 00:59:55 UTC

[calcite-site] branch main updated: Website deployed from calcite@ff783a8cca8caecd40b765daa1d6c4f640831c84

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 40522555 Website deployed from calcite@ff783a8cca8caecd40b765daa1d6c4f640831c84
40522555 is described below

commit 40522555b60f4cb1c64d106804446525fe138abe
Author: julianhyde <ju...@users.noreply.github.com>
AuthorDate: Sat May 7 00:59:50 2022 +0000

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

diff --git a/docs/howto.html b/docs/howto.html
index 4dd482c0..b88d2936 100644
--- a/docs/howto.html
+++ b/docs/howto.html
@@ -144,7 +144,7 @@ adapters.</p>
 
 <h2 id="building-from-a-source-distribution">Building from a source distribution</h2>
 
-<p>Prerequisite is Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16 or 17)
+<p>Prerequisite is Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 or 18)
 and Gradle (version 7.3) on your path.</p>
 
 <p>Unpack the source distribution <code class="language-plaintext highlighter-rouge">.tar.gz</code> file,
@@ -162,7 +162,7 @@ tests  (but you should use the <code class="language-plaintext highlighter-rouge
 <h2 id="building-from-git">Building from Git</h2>
 
 <p>Prerequisites are git
-and Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16 or 17) on your path.</p>
+and Java (JDK 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 or 18) on your path.</p>
 
 <p>Create a local copy of the GitHub repository,
 <code class="language-plaintext highlighter-rouge">cd</code> to its root directory,