Skip to content

Commit

Permalink
Include parameter name information in compiled class files
Browse files Browse the repository at this point in the history
  • Loading branch information
allantodd committed Aug 27, 2024
1 parent 885f6b8 commit 78d6ae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@
<target>8</target>
<showDeprecation>true</showDeprecation>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 78d6ae5

Please sign in to comment.