I wonder if someone can help. I'm failing at the '
mvn gplus:shell' step from 
the tutorial. I've tried JDK versions oracle64-20.0.2, graalvm64-17.0.7, and graalvm64-11.0.17. Each time I ran "
mvn clean ; mvn compile && mvn gplus:shell".
This is on a Mac M1, Monterey 12.6.3.
Full error below.
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< com.rpl:rama-examples >------------------------
[INFO] Building rama-examples 1.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- gplus:1.13.1:shell (default-cli) @ rama-examples ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 3.0.9 to perform shell.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.648 s
[INFO] Finished at: 2023-08-23T00:24:50-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:1.13.1:shell (default-cli) on project rama-examples: Error occurred while calling a method on a Groovy class from classpath.: InvocationTargetException: BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 64 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException