I am trying to do the groovy at the command line. I am showing my info in cmd.exe and powershell but I am also having problem in WSL.
On Windows I am wrunning the following and got the following errors. I also tried with jdk 17 and groovy 2.4 on linux and got different errors. Can some one add to the help.md and maybe answer hhere what groovy and what jdk this is running with for whoever wrote this track? Here is what I am using.
Groovy 4.0
Java 21
Oh I have had to concat the message here because it is limited to 7k this was 16k
Here is what errrors I am getting currently at the commandline but I am not having much luck at Linux either. Maybe if I knew the versions the gradlew is setup with I could get this going.
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7
at org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43)
at org.codehaus.groovy.reflection.GroovyClassValueFactory.(GroovyClassValueFactory.java:35)
at org.codehaus.groovy.reflection.ClassInfo.(ClassInfo.java:107)
at org.codehaus.groovy.reflection.ReflectionCache.getCachedClass(ReflectionCache.java:95)
at org.codehaus.groovy.reflection.ReflectionCache.(ReflectionCache.java:39)
at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.registerMethods(MetaClassRegistryImpl.java:210)
at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.(MetaClassRegistryImpl.java:108)
at org.cod