We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1b0cb commit 5a2752aCopy full SHA for 5a2752a
pom.xml
@@ -1284,24 +1284,6 @@
1284
</execution>
1285
</executions>
1286
</plugin>
1287
- <plugin>
1288
- <groupId>org.codehaus.mojo</groupId>
1289
- <artifactId>animal-sniffer-maven-plugin</artifactId>
1290
- <version>1.24</version>
1291
- <executions>
1292
- <execution>
1293
- <id>check</id>
1294
- <phase>verify</phase>
1295
- <goals>
1296
- <goal>check</goal>
1297
- </goals>
1298
- </execution>
1299
- </executions>
1300
- <configuration>
1301
- <!-- Skip Animal Sniffer API checking since we're targeting Java 17+ -->
1302
- <skip>true</skip>
1303
- </configuration>
1304
- </plugin>
1305
<plugin>
1306
<groupId>org.jacoco</groupId>
1307
<artifactId>jacoco-maven-plugin</artifactId>
0 commit comments