Skip to content

Commit 0ef6df1

Browse files
committed
Updates Java version config inside pom.xml
Signed-off-by: Manoel Campos <[email protected]>
1 parent a408c05 commit 0ef6df1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
</issueManagement>
4444

4545
<properties>
46-
<maven.compiler.source>17</maven.compiler.source>
47-
<maven.compiler.target>17</maven.compiler.target>
46+
<maven.compiler.release>17</maven.compiler.release>
4847
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4948
</properties>
5049

0 commit comments

Comments
 (0)