File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- java-version : [22, 23-ea ]
27+ java-version : [23 ]
2828 timeout-minutes : 20
2929 steps :
3030 - name : Checkout source
Original file line number Diff line number Diff line change 1- 22
1+ 23
Original file line number Diff line number Diff line change 33## Build requirements
44
55* Mac OS X or Linux
6- * Java 22 +, 64-bit
6+ * Java 23 +, 64-bit
77* Docker
88
99#### Running Trino Gateway in your IDE
@@ -21,7 +21,7 @@ or execute the following command:
2121
2222#### Locally
2323
24- This project requires Java 22 . Note that higher version of Java have not been
24+ This project requires Java 23 . Note that higher version of Java have not been
2525verified and may run into unexpected issues.
2626
2727Run ` ./mvnw clean install ` to build ` trino-gateway ` . VM options required for
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Consider the following requirements for your Trino Gateway installation.
2121
2222### Java
2323
24- Trino Gateway requires a Java 22 runtime. Older versions of Java can not be
24+ Trino Gateway requires a Java 23 runtime. Older versions of Java can not be
2525used. Newer versions might work but are not tested.
2626
2727Verify the Java version on your system with ` java -version ` .
Original file line number Diff line number Diff line change 3939 <properties >
4040 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4141 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
42- <project .build.targetJdk>22 </project .build.targetJdk>
43- <air .java.version>22 </air .java.version>
42+ <project .build.targetJdk>23 </project .build.targetJdk>
43+ <air .java.version>23 </air .java.version>
4444 <air .check.skip-spotbugs>true</air .check.skip-spotbugs>
4545 <air .check.skip-pmd>true</air .check.skip-pmd>
4646 <air .release.preparation-goals>clean verify -DskipTests</air .release.preparation-goals>
You can’t perform that action at this time.
0 commit comments