Skip to content

Commit 6c7ca8f

Browse files
authored
chore: used javac option --release instead of -source and -target (#5)
1 parent 2050da0 commit 6c7ca8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
</scm>
3737

3838
<properties>
39-
<maven.compiler.source>21</maven.compiler.source>
40-
<maven.compiler.target>21</maven.compiler.target>
39+
<maven.compiler.release>21</maven.compiler.release>
4140
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4241
<!--
4342
For changing environment variables in unit tests.

0 commit comments

Comments
 (0)