Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20faa4f

Browse files
committedNov 4, 2024·
Include parameter name information in compiled class files
1 parent 4f71098 commit 20faa4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@
349349
<target>8</target>
350350
<showDeprecation>true</showDeprecation>
351351
<forceJavacCompilerUse>true</forceJavacCompilerUse>
352+
<compilerArgs>
353+
<arg>-parameters</arg>
354+
</compilerArgs>
352355
</configuration>
353356
</plugin>
354357
<plugin>

0 commit comments

Comments
 (0)
Please sign in to comment.