Skip to content

Commit 45a3ee7

Browse files
committed
Upgrade java in root pom
1 parent 12deeb8 commit 45a3ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<main.class>TODO</main.class>
3434
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
3535
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
36-
<maven.compiler.source>21</maven.compiler.source>
37-
<maven.compiler.target>21</maven.compiler.target>
36+
<maven.compiler.source>25</maven.compiler.source>
37+
<maven.compiler.target>25</maven.compiler.target>
3838
<maven.version>3.9.6</maven.version>
3939
<native-maven-plugin.version>0.11.2</native-maven-plugin.version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)