File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 uses : actions/setup-java@v5
3939 with :
4040 distribution : ' temurin'
41- java-version : ' 17 '
41+ java-version : ' 21 '
4242 cache : maven
4343
4444 - name : Run the tests
Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15- <maven .compiler.source>11 </maven .compiler.source>
16- <maven .compiler.target>11 </maven .compiler.target>
15+ <maven .compiler.source>21 </maven .compiler.source>
16+ <maven .compiler.target>21 </maven .compiler.target>
1717
1818 <chicory .version>1.6.1</chicory .version>
1919 <junit .version>6.0.3</junit .version>
8686 <artifactId >maven-compiler-plugin</artifactId >
8787 <version >3.15.0</version >
8888 <configuration >
89- <release >11 </release >
89+ <release >21 </release >
9090 <annotationProcessorPaths >
9191 <path >
9292 <groupId >com.dylibso.chicory</groupId >
You can’t perform that action at this time.
0 commit comments