File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- java : [ '17 ' ]
29+ java : [ '21 ' ]
3030 steps :
3131 - uses : actions/checkout@v2
3232 - name : Set up JDK ${{ matrix.java }}
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- java : [ '17 ' ]
29+ java : [ '21 ' ]
3030 steps :
3131 - uses : actions/checkout@v2
3232 - name : Set up JDK ${{ matrix.java }}
Original file line number Diff line number Diff line change 146146 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
147147
148148 <site-repo-url >scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url >
149- <jdk .version>17 </jdk .version>
149+ <jdk .version>21 </jdk .version>
150150 <compiler .fork>false</compiler .fork>
151151
152152 <camel .version>${project.version} </camel .version>
You can’t perform that action at this time.
0 commit comments