graalvm / simplelanguage

A simple example language built using the Truffle API.
http://openjdk.java.net/projects/graal/
Universal Permissive License v1.0
614 stars 199 forks source link

For anyone getting a bunch of errors when they try to package the project #118

Open IfeSunmola opened 1 week ago

IfeSunmola commented 1 week ago

Change graalvm.version value in the ./pom.xml from 23.1.0 to 24.1.1

Truffle is built with GraalVM so a Graal JDK build is required. Anything less than JDK 21 will not work. If you're using sdk man, see https://sdkman.io/jdks#graalce OR https://sdkman.io/jdks#graal

I would have created a pull request for this but looks like pull requests are being ignored

geomagilles commented 1 week ago

Thanks @IfeSunmola!