Skip to content

Commit

Permalink
Update sample to reflect Java 7 deprecation (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
PicardParis authored and lesv committed Dec 21, 2017
1 parent 0da54bf commit 4b646f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/helloworld-new-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Copyright 2015 Google Inc.
<artifactId>appengine-helloworld-newplugins</artifactId>

<!-- [START compiler] -->
<properties> <!-- App Engine Standard currently requires Java 7 -->
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
</properties>
Expand Down

0 comments on commit 4b646f9

Please sign in to comment.