Skip to content

Commit 8e65123

Browse files
committedOct 12, 2024··
fix: Set the "release" property instead of "source" and "target" in maven-compiler-plugin
1 parent 57117d0 commit 8e65123

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎plsql-custom-rules/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
<artifactId>maven-compiler-plugin</artifactId>
7171
<version>3.13.0</version>
7272
<configuration>
73-
<source>11</source>
74-
<target>11</target>
73+
<release>11</release>
7574
</configuration>
7675
</plugin>
7776

0 commit comments

Comments
 (0)
Please sign in to comment.