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 2023/03/14 16:08:57 UTC

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

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 309940191 Website deployed from calcite@052a5cc724a889edf19c1d76ea166c0d0924a5d3
309940191 is described below

commit 30994019128ab0835518fc87da929ffb2fb739f7
Author: snuyanzin <sn...@users.noreply.github.com>
AuthorDate: Tue Mar 14 16:08:50 2023 +0000

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

diff --git a/docs/howto.html b/docs/howto.html
index 7c6b2359a..b8c38a4d3 100644
--- a/docs/howto.html
+++ b/docs/howto.html
@@ -224,6 +224,8 @@ contains info about deprecations and how to cope with them.</li>
 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>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
 <code class="language-plaintext highlighter-rouge">gradle/wrapper/gradle-wrapper.properties</code>,
 so now run <code class="language-plaintext highlighter-rouge">./gradlew autostyleApply</code> to add it back.</li>