This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7cc41be Site: Update IntelliJ instructions with suggested and
problematic versions
7cc41be is described below
commit 7cc41be94889abc2ff9d39e40db1e8edd11d5795
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Tue Feb 11 14:10:06 2020 +0100
Site: Update IntelliJ instructions with suggested and problematic versions
---
docs/howto.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/howto.html b/docs/howto.html
index fe9c36c..14b9b8f 100644
--- a/docs/howto.html
+++ b/docs/howto.html
@@ -321,7 +321,11 @@ Integration tests should be named <code
class="highlighter-rouge">...IT.java</co
<h3 id="setting-up-intellij-idea">Setting up IntelliJ IDEA</h3>
-<p>To setup <a href="https://www.jetbrains.com/idea/">IntelliJ IDEA</a>,
follow the standard steps for the installation of IDEA and set up one of the
JDK versions currently supported by Calcite.</p>
+<p>Download a version of <a href="https://www.jetbrains.com/idea/">IntelliJ
IDEA</a> greater than (2018.X). Versions 2019.2, and
+2019.3 have been tested by members of the community and appear to be stable.
Older versions of IDEA may still work
+without problems for Calcite sources that do not use the Gradle build (release
1.21.0 and before).</p>
+
+<p>Follow the standard steps for the installation of IDEA and set up one of
the JDK versions currently supported by Calcite.</p>
<p>Start with <a href="#building-from-a-source-distribution">building Calcite
from the command line</a>.</p>