Correct the id of Animal Sniffer's execution
This commit is contained in:
parent
5ac5aa3e9a
commit
49c9981001
|
@ -598,7 +598,7 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>enforce-java-6</id>
|
<id>enforce-java-8</id>
|
||||||
<phase>test</phase>
|
<phase>test</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>check</goal>
|
<goal>check</goal>
|
||||||
|
|
Loading…
Reference in New Issue