File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
165165In doubt, go the [ ` java-checks-tests-sources ` ] ( java-checks-tests-sources ) module and run:
166166``` shell
167- # Use java 21 !
167+ # Use java 22 !
168168mvn clean compile
169169```
170170
You can’t perform that action at this time.
0 commit comments