Skip to content

Commit

Permalink
Remove deprecated optimize parameter from maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Mar 28, 2023
1 parent 274e697 commit cadd833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -417,7 +417,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<optimize>true</optimize>
<!-- Enable Java 14+ for all sources so that Intellij picks the right language level -->
<source>${java.vm.specification.version}</source>
<target>${java.vm.specification.version}</target>
Expand Down

0 comments on commit cadd833

Please sign in to comment.