First time setup using the github repository for the OpenRemote custom project. When I run the ./gradlew modelWatch command from the directory I’m encountering the following errors:
- Task :ui:component:model:generateTypeScript FAILED
Could not initialize class org.graalvm.polyglot.Engine$ImplHolder
File Location: /home/myuseraccount/custom-project/test/build.gradle
Messages:
Invocation of Task.project at execution time has been deprecated
The AbstractTestTask.afterSuite(Closure) method has been deprecated
The AbstractTestTask.afterTest(Closure) method has been deprecated
- Execution failed for task ‘:test:compileTestGroovy’
Bug! exception in phase ‘semantic analysis’ in source unit ‘/home/myuseraccount/custom-project/test/src/test/groovy/org/openremote/test/custom/CustomTest.groovy’ Unsupported class file major version 69
Any guidance on resolving these would be appreciated!