Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DOTNET_VERSION=6.0
GLEAM_VERSION=1.13.0
GO_VERSION=1.25.0
HASKELL_STACK_VERSION=2.13.1
JAVA_VERSION=21
JAVA_VERSION=25
LICENSEE_VERSION=9.18.0
MIX_SBOM_VERSION=0.9.1
NODEJS_VERSION=24.15.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: 21
java-version: 25
Comment thread
mnonnenmacher marked this conversation as resolved.
- name: Setup Gradle
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
- name: Build all classes
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: 21
java-version: 25
- name: Setup Gradle
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
- name: Install Flox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: 21
java-version: 25
- name: Setup Gradle
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
- name: Generate completions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you have further questions, reach out to the ORT community on [Slack][2] or c

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.

To run the ORT binaries (also see [Installation from binaries](#from-binaries)) at least Java 21 is required.
To run the ORT binaries (also see [Installation from binaries](#from-binaries)) at least Java 25 is required.
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.

```shell
Expand Down Expand Up @@ -125,7 +125,7 @@ Alternatively, use the script at `scripts/docker_build.sh` which also sets the O

Install these additional prerequisites:

* Java Development Kit (JDK) version 21 or later; also remember to set the `JAVA_HOME` environment variable accordingly.
* Java Development Kit (JDK) version 25 or later; also remember to set the `JAVA_HOME` environment variable accordingly.

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

Expand Down
101 changes: 61 additions & 40 deletions flox/external-tools/.flox/env/manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flox/external-tools/.flox/env/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flox manifest version managed by Flox CLI
version = 1
schema-version = "1.10.0"

[vars]
FLOX_DISABLE_METRICS = "true"
Expand Down
Loading
Loading