Skip to content

Commit

Permalink
Add parameters config to the compiler configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Oct 11, 2024
1 parent 69b46bf commit a6107cb
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 @@ -107,6 +107,9 @@
<configuration>
<source>8</source>
<target>8</target>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a6107cb

Please sign in to comment.