There was an error while loading. Please reload this page.
1 parent 17bb839 commit 19c758eCopy full SHA for 19c758e
1 file changed
pom.xml
@@ -95,11 +95,12 @@
95
<executions>
96
<execution>
97
<id>check-java8-api</id>
98
- <phase>compile</phase>
+ <phase>test-compile</phase>
99
<goals>
100
<goal>check</goal>
101
</goals>
102
<configuration>
103
+ <checkTestClasses>true</checkTestClasses>
104
<signature>
105
<groupId>org.codehaus.mojo.signature</groupId>
106
<artifactId>java18</artifactId>
0 commit comments