Skip to content

Commit

Permalink
upgrading maven-compiler-plugin version and adding compilerArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadaphal committed Jul 24, 2024
1 parent b9ad6db commit a903d6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.8.1</version>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit a903d6b

Please sign in to comment.