Skip to content

Commit

Permalink
Configure compiler to use -parameters flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sikeoka committed Dec 26, 2024
1 parent e2f6559 commit e1181cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geowebcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,12 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
<parameters>true</parameters>
</configuration>
</plugin>

Expand Down

0 comments on commit e1181cd

Please sign in to comment.