When trying to deploy a jar file to the gateway, I’m getting the error:
Error Deploying Revision 1 to dev
: Unsupported major.minor version 52.0.
So, it would appear that I’m building the class files with a newer version of Java than is supported.
How is the suggested way to proceed? It’s not allowing me to set the -target switch to specify a different compatible version.