Skip to content

Commit

Permalink
Replace source and target with release in pom.xml in /java
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Jan 6, 2025
1 parent a30c1f8 commit 6c4159f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -60,8 +59,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>17</source>
<target>17</target>
<release>17</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6c4159f

Please sign in to comment.