Skip to content

Commit d0d2c36

Browse files
author
h1alexbel
committed
feat(#88): 17 back
1 parent b67fa8f commit d0d2c36

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/mvn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)