On Tue, Dec 23, 2014 at 8:18 PM, Marcelo Rodrigues <[email protected]> wrote:
> I'm 100% sure that, in my local environment everything is being compiled > with JDK7.. but I don't know what's going on in the Compute Engine VM > (Jenkins) that is part of my Google Cloud App's pipeline. Please, any > help/suggestion would be extremely appreciated. > > version 52.0, java.lang.UnsupportedClassVersionError: > org/apache/jsp/index_jsp : Unsupported major.minor version 52.0] > > What does your pom.xml look like? You should be able to declare a target JRE version - the XML looks like this: http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html . Configure it to *1.7* Can you also try skipping the pipeline deployment and see if you can deploy successfully from your local dev machine? ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
