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 committed Feb 19, 2024
1 parent 18944b6 commit 6d0eca7
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 @@ -112,6 +112,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 6d0eca7

Please sign in to comment.