imbajin commented on issue #2351: URL: https://github.com/apache/incubator-hugegraph/issues/2351#issuecomment-1813772400
maybe could search `Unsupported class file major version 61` directly, seems u use the mismatch Java version please ensure the runtime JAVA version is Java11? and u could try server's [docker images](https://hub.docker.com/r/hugegraph/hugegraph) to avoid the env problem, then find the difference (use tag `1.0.0` for the same release code, `latest` -> `master`) Note: - groovy 3.x need Java8+ - groovy 4.x need Java11+ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
