Skip to content

Commit

Permalink
Add "-parameters" to compiler arguments
Browse files Browse the repository at this point in the history
This commit adds "-parameters" to the compiler
arguments to remove Spring Framework warnings
about parameter name resolution.

Resolves #4258
Related to spring-projects/spring-framework#29531
  • Loading branch information
fmbenhassine committed Feb 9, 2023
1 parent e4de63c commit 79df0b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -175,6 +175,9 @@
<version>${maven-compiler-plugin.version}</version>
<configuration>
<release>${java.version}</release>
<compilerArgs>
<compilerArg>-parameters</compilerArg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 79df0b6

Please sign in to comment.