summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-07-09 23:55:47 +0900
committerGitHub <noreply@github.com>2021-07-09 23:55:47 +0900
commit774ab4b4f060cc9958df8314c428ec20cfee5e4e (patch)
treeabced7d4c94a6bc5218f3759604189b242c0600d
parent1e9f40ff8d6a9d34fc84171e3cd416729b4506ec (diff)
downloadale-774ab4b4f060cc9958df8314c428ec20cfee5e4e.zip
Update eclipse JDT LSP documentation (#3743)
Co-authored-by: Horacio Sanson <horacio@allm.inc>
-rw-r--r--doc/ale-java.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index 0debc1af..6bd04ef9 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -193,13 +193,13 @@ The Java language server will look for the dependencies you specify in
===============================================================================
eclipselsp *ale-java-eclipselsp*
-To enable Eclipse LSP linter you need to clone and build the eclipse.jdt.ls
+To enable Eclipse JDT LSP linter you need to clone and build the eclipse.jdt.ls
language server from https://github.com/eclipse/eclipse.jdt.ls. Simply
clone the source code repo and then build the plugin:
./mvnw clean verify
-Note: currently, the build can only run when launched with JDK 8. JDK 9 or more
+Note: currently, the build can only run when launched with JDK 11. More
recent versions can be used to run the server though.
After build completes the files required to run the language server will be