GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Documentation for `useJava7` #247

Open mitchhentges opened 8 years ago

mitchhentges commented 8 years ago

What does useJava7 do? According to the docs:

Java 7 compatibility flag (default to false if not set).

Is that forwards-compatibility, so that App Engine will support more than Java 6? Or is that something related to Java 8? Why or when is it needed?

loosebazooka commented 8 years ago

I actually don't think this flag is used anymore.