Skip to content

Commit b18fe97

Browse files
committed
docs: Correctly say that by now Java 21 is required
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 0e045b4 commit b18fe97

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For detailed information, see the documentation on the [ORT Website](https://oss
6464

6565
ORT is being continuously used on Linux, Windows and macOS by the [core development team](https://github.com/orgs/oss-review-toolkit/people), so these operating systems are considered to be well-supported.
6666

67-
To run the ORT binaries (also see [Installation from binaries](#from-binaries)) at least Java 11 is required.
67+
To run the ORT binaries (also see [Installation from binaries](#from-binaries)) at least Java 21 is required.
6868
Memory and CPU requirements vary depending on the size and type of project(s) to analyze / scan, but the general recommendation is to configure Java with 8 GiB of memory and to use a CPU with at least 4 cores.
6969

7070
```shell
@@ -113,7 +113,7 @@ Alternatively, use the script at `scripts/docker_build.sh` which also sets the O
113113

114114
Install these additional prerequisites:
115115

116-
* Java Development Kit (JDK) version 11 or later; also remember to set the `JAVA_HOME` environment variable accordingly.
116+
* Java Development Kit (JDK) version 21 or later; also remember to set the `JAVA_HOME` environment variable accordingly.
117117

118118
Change into the directory with ORT's source code and run `./gradlew installDist` (on the first run this will bootstrap Gradle and download all required dependencies).
119119

website/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Alternatively, use the script at `scripts/docker_build.sh` which also sets the O
9494

9595
Install these additional prerequisites:
9696

97-
* Java Development Kit (JDK) version 11 or later; also remember to set the `JAVA_HOME` environment variable accordingly.
97+
* Java Development Kit (JDK) version 21 or later; also remember to set the `JAVA_HOME` environment variable accordingly.
9898

9999
Change into the directory with ORT's source code and run `./gradlew installDist` (on the first run this will bootstrap Gradle and download all required dependencies).
100100

website/docs/getting-started/runtime-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 2
66

77
ORT is being continuously used on Linux, Windows and macOS by the [core development team](https://github.com/orgs/oss-review-toolkit/people), so these operating systems are considered to be well-supported.
88

9-
To run the ORT binaries (also see [Installation from binaries](installation.md#from-binaries)) at least Java 11 is required.
9+
To run the ORT binaries (also see [Installation from binaries](installation.md#from-binaries)) at least Java 21 is required.
1010
Memory and CPU requirements vary depending on the size and type of project(s) to analyze / scan, but the general recommendation is to configure Java with 8 GiB of memory and to use a CPU with at least 4 cores.
1111

1212
```shell

website/docs/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It will guide through the main steps for running ORT:
2424
ORT is tested to run on Linux, macOS, and Windows.
2525
This tutorial assumes that you are running on Linux, but it should be easy to adapt the commands to macOS or Windows.
2626

27-
In addition to Java (version >= 11), for some supported package managers and Version Control Systems, additional tools need to be installed.
27+
In addition to Java (version >= 21), for some supported package managers and Version Control Systems, additional tools need to be installed.
2828
In the context of this tutorial, the following tools are required:
2929

3030
* Git (any recent version will do)

0 commit comments

Comments
 (0)