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 112
112
113
113
<junit .version>5.9.1</junit .version>
114
114
115
+ <!-- Keep this setting until mybatis-parent 37 official released -->
116
+ <maven .compiler.parameters>true</maven .compiler.parameters>
117
+
115
118
<!-- Reproducible Builds -->
116
119
<project .build.outputTimestamp>1757561022</project .build.outputTimestamp>
117
120
</properties >
311
314
312
315
<build >
313
316
<plugins >
314
- <plugin >
315
- <artifactId >maven-compiler-plugin</artifactId >
316
- <configuration >
317
- <compilerArgument >-parameters</compilerArgument >
318
- <testCompilerArgument >-parameters</testCompilerArgument >
319
- </configuration >
320
- </plugin >
321
317
<plugin >
322
318
<groupId >org.apache.maven.plugins</groupId >
323
319
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments