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 136136 <!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
137137 <!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
138138 <excludedGroups >TestcontainersTests</excludedGroups >
139- <maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
140139
141140 <!-- Automatic Module Name -->
142141 <module .name>org.mybatis</module .name>
335334
336335 <build >
337336 <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 >
345337 <plugin >
346338 <groupId >org.apache.maven.plugins</groupId >
347339 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments