File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 steps :
2525 - uses : actions/checkout@v3
2626
27- - name : Set up JDK 11
27+ - name : Set up JDK 17
2828 uses : actions/setup-java@v3
2929 with :
30- java-version : ' 11 '
30+ java-version : ' 17 '
3131 distribution : ' corretto'
3232 cache : maven
3333
Original file line number Diff line number Diff line change 3535 <project .version>1.2.0-SNAPSHOT</project .version>
3636 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3737 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
38- <maven .compiler.source>11 </maven .compiler.source>
39- <maven .compiler.target>11 </maven .compiler.target>
38+ <maven .compiler.source>17 </maven .compiler.source>
39+ <maven .compiler.target>17 </maven .compiler.target>
4040
4141 <maven-dependency-check .version>6.0.5</maven-dependency-check .version>
4242 <!-- USING HTML,XML (comma-separated list) did not work with plugin version 5.1.0 -->
You can’t perform that action at this time.
0 commit comments