File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 112112
113113 <junit .version>5.9.1</junit .version>
114114
115+ <!-- Keep this setting until mybatis-parent 37 official released -->
116+ <maven .compiler.parameters>true</maven .compiler.parameters>
117+
115118 <!-- Reproducible Builds -->
116119 <project .build.outputTimestamp>1757561022</project .build.outputTimestamp>
117120 </properties >
311314
312315 <build >
313316 <plugins >
314- <plugin >
315- <artifactId >maven-compiler-plugin</artifactId >
316- <configuration >
317- <compilerArgument >-parameters</compilerArgument >
318- <testCompilerArgument >-parameters</testCompilerArgument >
319- </configuration >
320- </plugin >
321317 <plugin >
322318 <groupId >org.apache.maven.plugins</groupId >
323319 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments