|
@@ -260,6 +260,9 @@
|
|
|
<configuration>
|
|
|
<source>${maven.compiler.source}</source>
|
|
|
<target>${maven.compiler.target}</target>
|
|
|
+ <compilerArgs>
|
|
|
+ <compilerArg>-parameters</compilerArg>
|
|
|
+ </compilerArgs>
|
|
|
<annotationProcessorPaths>
|
|
|
<path>
|
|
|
<groupId>org.projectlombok</groupId>
|