Skip to content

Commit 4a7da53

Browse files
author
Stephane Landelle
committed
Have animal-sniffer check 1.6 compat as 1.8 will emit JDK6 bytecode
1 parent 2871f21 commit 4a7da53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@
156156
<configuration>
157157
<signature>
158158
<groupId>org.codehaus.mojo.signature</groupId>
159-
<artifactId>java15</artifactId>
159+
<artifactId>java16</artifactId>
160160
<version>1.0</version>
161161
</signature>
162162
</configuration>
163163
<executions>
164164
<execution>
165-
<id>check-java-1.5-compat</id>
165+
<id>check-java-1.6-compat</id>
166166
<phase>process-classes</phase>
167167
<goals>
168168
<goal>check</goal>

0 commit comments

Comments
 (0)