Skip to content

Commit

Permalink
Remove <source> and <target> compiler arguments
Browse files Browse the repository at this point in the history
<release> is (should be?) enough - no need to use the “obsolete” source and target arguments.
  • Loading branch information
brenuart committed Feb 5, 2023
1 parent 74cc56e commit f85dcd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<release>${java.version}</release>
</configuration>
</plugin>
Expand Down

0 comments on commit f85dcd8

Please sign in to comment.