Skip to content

Commit

Permalink
chore: compile java sources with the -parameters flag for parameter n…
Browse files Browse the repository at this point in the history
…ame retention

Signed-off-by: gh-buddy service account <[email protected]>
  • Loading branch information
gh-buddy authored Feb 19, 2024
1 parent fbf3bc4 commit 8657694
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 @@ -137,6 +137,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 8657694

Please sign in to comment.