File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 275275 <autoReleaseAfterClose >false</autoReleaseAfterClose >
276276 </configuration >
277277 </plugin >
278+
279+ <plugin >
280+ <groupId >org.codehaus.mojo</groupId >
281+ <artifactId >animal-sniffer-maven-plugin</artifactId >
282+ <version >1.20</version >
283+ <configuration >
284+ <signature >
285+ <groupId >net.sf.androidscents.signature</groupId >
286+ <artifactId >android-api-level-26</artifactId >
287+ <version >8.0.0_r2</version >
288+ </signature >
289+ <ignores >
290+ <ignore >javax.naming.NamingException</ignore >
291+ <ignore >javax.naming.directory.*</ignore >
292+ <ignore >sun.net.spi.nameservice.*</ignore >
293+ </ignores >
294+ </configuration >
295+ <executions >
296+ <execution >
297+ <id >animal-sniffer</id >
298+ <phase >test</phase >
299+ <goals >
300+ <goal >check</goal >
301+ </goals >
302+ </execution >
303+ </executions >
304+ </plugin >
278305 </plugins >
279306 </build >
280307
You can’t perform that action at this time.
0 commit comments