Skip to content

Commit 2a39d25

Browse files
[NO JIRA] Point out in the README.md, that we now need Java 22 to build (#4904)
1 parent 187a94f commit 2a39d25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ To run tests locally follow these instructions.
5555

5656
### Java versions
5757

58-
You need `Java 21` to build the project and `Java 17` run the Integration Tests (ITs).
59-
* `Java 17` can be used to build and test all modules except under `java-checks-test-sources` that requires `Java 21`.
60-
* `Java 21` can be used to build and test all modules except under `its` that requires `Java 17` because of SQ imcompatibility.
58+
You need `Java 22` to build the project and `Java 17` run the Integration Tests (ITs).
59+
* `Java 17` can be used to build and test all modules except under `java-checks-test-sources` that requires `Java 22`.
60+
* `Java 22` can be used to build and test all modules except under `its` that requires `Java 17` because of SQ incompatibility.
6161

6262
### Build the Project and Run Unit Tests
6363

@@ -164,7 +164,7 @@ Make sure that the `java-checks-tests-sources` module has been compiled (ie: the
164164

165165
In doubt, go the [`java-checks-tests-sources`](java-checks-tests-sources) module and run:
166166
```shell
167-
# Use java 21!
167+
# Use java 22!
168168
mvn clean compile
169169
```
170170

0 commit comments

Comments
 (0)