Skip to content

Commit

Permalink
fix: bring comment up to date with code (#1838)
Browse files Browse the repository at this point in the history
@chingor13 I think there are still some old projects using Java 7 on app engine, but Java 6 should be gone.
  • Loading branch information
elharo committed Jun 24, 2021
1 parent 6a54c0f commit f150c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-api-client-appengine/pom.xml
Expand Up @@ -71,7 +71,7 @@
</execution>
</executions>
</plugin>
<!--App Engine uses Java 6 and above-->
<!--App Engine uses Java 7 and above-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
Expand Down

0 comments on commit f150c5a

Please sign in to comment.