Skip to content

Commit

Permalink
Configure maven-compiler-plugin to use -parameters
Browse files Browse the repository at this point in the history
Closes gh-1349
  • Loading branch information
snicoll committed Nov 24, 2022
1 parent 6fcd60d commit b3fdd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions initializr-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b3fdd35

Please sign in to comment.