I am trying to deploy a basically empty project to GAE through Intellij IDEA. I have created a new project, set my project ID in appengine-web.xml and left everything else as is. I get the following error, with the full log here.
java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7: org/eclipse/jetty/apache/jsp/JettyJasperInitializer$1.class in C:\Users\Tony\.m2\repository\com\google\appengine\appengine-java-sdk\1.9.48\appengine-java-sdk\appengine-java-sdk-1.9.48\jetty93\jetty-distribution\lib\apache-jsp\org.eclipse.jetty.apache-jsp-9.3.14.v20161028-nolog.jar
I have tried installing JDK 7, setting everything to use that, used JDK 8 compiling in 1.7 and 1.8, nothing seems to work.