aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2021-06-08 16:41:45 -0500
committersonartech <sonartech@sonarsource.com>2021-06-09 20:03:05 +0000
commit599a0104f4a1230a9423733a969da70134f2b62e (patch)
treed4757b0ea5d144e8ddc3ae031cb7cf5d04320350 /server/sonar-docs/src/pages
parent41d73907d9cf4b08c7483a6a07d5ad4efaf13f84 (diff)
downloadsonarqube-599a0104f4a1230a9423733a969da70134f2b62e.tar.gz
sonarqube-599a0104f4a1230a9423733a969da70134f2b62e.zip
SONAR-14952 DOC - Scanners require Java 11
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r--server/sonar-docs/src/pages/requirements/requirements.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/requirements/requirements.md b/server/sonar-docs/src/pages/requirements/requirements.md
index 7fe079d4528..b64948c8818 100644
--- a/server/sonar-docs/src/pages/requirements/requirements.md
+++ b/server/sonar-docs/src/pages/requirements/requirements.md
@@ -20,7 +20,7 @@ For additional requirements and recommendations relating to database and Elastic
## Supported Platforms
### Java
-SonarQube scanners require version 8 or 11 of the JVM and the SonarQube server requires version 11. Versions beyond Java 11 are not officially supported.
+The SonarQube scanners and the SonarQube server require Java version 11. Versions beyond Java 11 are not officially supported.
SonarQube is able to analyze any kind of Java source files regardless of the version of Java they comply to.
@@ -29,9 +29,9 @@ We recommend using the Critical Patch Update (CPU) releases.
| Java | Server | Scanners |
| -------------- | ------------------------- | ------------------------- |
| Oracle JRE | ![](/images/check.svg) 11 | ![](/images/check.svg) 11 |
-| | ![](/images/cross.svg) 8 | ![](/images/check.svg) 8 |
+| | ![](/images/cross.svg) 8 | ![](/images/cross.svg) 8 |
| OpenJDK | ![](/images/check.svg) 11 | ![](/images/check.svg) 11 |
-| | ![](/images/cross.svg) 8 | ![](/images/check.svg) 8 |
+| | ![](/images/cross.svg) 8 | ![](/images/cross.svg) 8 |
| Database | |
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |