Skip to content

Commit 4b646f9

Browse files
PicardParislesv
authored andcommitted
Update sample to reflect Java 7 deprecation (#968)
1 parent 0da54bf commit 4b646f9

File tree

1 file changed

+1
-1
lines changed
  • appengine/helloworld-new-plugins

1 file changed

+1
-1
lines changed

appengine/helloworld-new-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Copyright 2015 Google Inc.
2222
<artifactId>appengine-helloworld-newplugins</artifactId>
2323

2424
<!-- [START compiler] -->
25-
<properties> <!-- App Engine Standard currently requires Java 7 -->
25+
<properties>
2626
<maven.compiler.target>1.7</maven.compiler.target>
2727
<maven.compiler.source>1.7</maven.compiler.source>
2828
</properties>

0 commit comments

Comments
 (0)