Skip to content

Commit c37b733

Browse files
sikeokaaaime
authored andcommitted
Configure compiler to use -parameters flag
1 parent 0084c8f commit c37b733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geowebcache/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,11 +641,12 @@
641641

642642
<plugin>
643643
<artifactId>maven-compiler-plugin</artifactId>
644-
<version>3.10.1</version>
644+
<version>3.13.0</version>
645645
<configuration>
646646
<source>11</source>
647647
<target>11</target>
648648
<encoding>UTF-8</encoding>
649+
<parameters>true</parameters>
649650
</configuration>
650651
</plugin>
651652

0 commit comments

Comments
 (0)