Skip to content

Commit 19c758e

Browse files
committed
Get Animal Sniffer to run over test code as well.
1 parent 17bb839 commit 19c758e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@
9595
<executions>
9696
<execution>
9797
<id>check-java8-api</id>
98-
<phase>compile</phase>
98+
<phase>test-compile</phase>
9999
<goals>
100100
<goal>check</goal>
101101
</goals>
102102
<configuration>
103+
<checkTestClasses>true</checkTestClasses>
103104
<signature>
104105
<groupId>org.codehaus.mojo.signature</groupId>
105106
<artifactId>java18</artifactId>

0 commit comments

Comments
 (0)