I am using SoapUI 5.7.0 to generate a .war file that represents a simple endpoint where I send a POST and get a 201 created response. On another host, I am running an Apache Tomcat instance version 9.0.73. When I startup the server it starts up fine and I get the landing page. When I query my endpoint I get:
BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 61
I have Java 17 on my remote host and Java 11 on my localhost where SoapUI is running.
I've tried running apache tomcat 9.0.73 and 10.1.5 but get errors.