File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 136
136
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
137
137
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
138
138
<excludedGroups >TestcontainersTests</excludedGroups >
139
- <maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
140
139
141
140
<!-- Automatic Module Name -->
142
141
<module .name>org.mybatis</module .name>
335
334
336
335
<build >
337
336
<plugins >
338
- <plugin >
339
- <groupId >org.apache.maven.plugins</groupId >
340
- <artifactId >maven-compiler-plugin</artifactId >
341
- <configuration >
342
- <testCompilerArgument >${maven.compiler.testCompilerArgument} </testCompilerArgument >
343
- </configuration >
344
- </plugin >
345
337
<plugin >
346
338
<groupId >org.apache.maven.plugins</groupId >
347
339
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments