meteor-addon-template
meteor-addon-template copied to clipboard
cant get gradle to work
The project requires Java 21 (class file major version 65), you're using Java 23 (class file major version 67). Change your JDK accordingly and it will build.
The latest verion of Gradle is 8.14.1 which is compatible with Java 21 as of now even though most people may be running Java 23/24.
I'd recommend downloading Java 21 from Oracle's website then changing your JAVA_HOME.