You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
I am not sure that this is a bug, or it is supposed to act this way and I'm just missing something. I was following the tutorial and tried to upload a single JSP file with gradle appengineUpdate and although all of the settings for JDK and source code target are set to be to 7/1.7, JSPs are not translated (i'm not sure im using the correct term) properly and throw java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7.
Project works fine and deploys without a problem when the JSPs are removed and Servlets are used.