Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #511 from square/jw/remove-java-five
Browse files Browse the repository at this point in the history
Remove Java 5 compatibility.
  • Loading branch information
JakeWharton committed Dec 27, 2015
2 parents 4b21ed0 + 10e24e7 commit ee2b469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 627 deletions.
18 changes: 0 additions & 18 deletions core/pom.xml
Expand Up @@ -47,24 +47,6 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.8</version><!-- 1.9+ requires JDK7 -->
<executions>
<execution>
<id>sniff-api</id>
<goals><goal>check</goal></goals>
</execution>
</executions>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java15</artifactId>
<version>1.0</version>
</signature>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit ee2b469

Please sign in to comment.