Skip to content

Commit 5a2752a

Browse files
committed
chore: java 1.8 compat is no longer needed
1 parent ab1b0cb commit 5a2752a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,24 +1284,6 @@
12841284
</execution>
12851285
</executions>
12861286
</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>
13051287
<plugin>
13061288
<groupId>org.jacoco</groupId>
13071289
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)