File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3737 strategy :
3838 matrix :
3939 os : [ ubuntu-20.04 ]
40- java : [ 21 ]
40+ java : [ 17 ]
4141 runs-on : ${{ matrix.os }}
4242 steps :
4343 - uses : actions/checkout@v4
5656 strategy :
5757 matrix :
5858 os : [ ubuntu-20.04 ]
59- java : [ 21 ]
59+ java : [ 17 ]
6060 runs-on : ${{ matrix.os }}
6161 steps :
6262 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -71,7 +71,13 @@ SOFTWARE.
7171 <url >https://github.com/tracehubpm/code-review-action/tree/master</url >
7272 </scm >
7373 <properties >
74- <java .version>21</java .version>
74+ <!--
75+ @todo #88:45min Invalid target release 21 on rultor build.
76+ Let's fix 'invalid target release 21' in rultor builds.
77+ Probably we need top update the rultor version.
78+ Don't forget to remove this puzzle.
79+ -->
80+ <java .version>17</java .version>
7581 <maven .compiler.source>${java.version} </maven .compiler.source>
7682 <maven .compiler.target>${java.version} </maven .compiler.target>
7783 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments