File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed
Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 123123 <version >${picocli.version} </version >
124124 </path >
125125 </annotationProcessorPaths >
126- <compilerArgs >
127- <arg >-Aproject=${project.groupId} /${project.artifactId} </arg >
128- </compilerArgs >
129- <source >21</source >
130- <target >21</target >
131- <release >21</release >
126+ <source >17</source >
127+ <target >17</target >
128+ <release >17</release >
129+ </configuration >
130+ </plugin >
131+ <!-- sure-fire -->
132+ <plugin >
133+ <groupId >org.apache.maven.plugins</groupId >
134+ <artifactId >maven-surefire-plugin</artifactId >
135+ <version >${maven-surefire-plugin.version} </version >
136+ <inherited >false</inherited >
137+ <configuration >
138+ <includes >
139+ <include >**/*Test.java</include >
140+ <include >**/*Tests.java</include >
141+ <include >**/*Feature.java</include >
142+ <include >**/*Issue*.java</include >
143+ </includes >
144+ <useModulePath >false</useModulePath >
145+ <argLine >-javaagent:${maven.m2.repo}${file.separator}${mockito.agent} </argLine >
132146 </configuration >
133147 </plugin >
134148 <plugin >
You can’t perform that action at this time.
0 commit comments