Не получается развернуть Jar приложения, не понимаю в чем может быть проблема…прилагаю логи сборки
> Task :compileJava
Enhancing entities in root project 'TOiR' for source set 'main'
Project entities:
JPA: [com.company.toir.entity.Nodes, com.company.toir.entity.User, com.company.toir.entity.Units, com.company.toir.entity.Hardware];
DTO: [];
Project converters: [].
Running EclipseLink enhancer in root project 'TOiR' for source set 'main'
[EL Warning]: 2025-02-09 23:20:59.068--Java SE '23' is not fully supported yet. Report this error to the EclipseLink open source project. (There is no English translation for this message.)
[EL Warning]: weaver: 2025-02-09 23:20:59.137--Weaver encountered an exception while trying to weave class com/company/toir/entity/Hardware. The exception was: Unsupported class file major version 67
[EL Warning]: weaver: 2025-02-09 23:20:59.138--Weaver encountered an exception while trying to weave class com/company/toir/entity/Nodes. The exception was: Unsupported class file major version 67
[EL Warning]: weaver: 2025-02-09 23:20:59.139--Weaver encountered an exception while trying to weave class com/company/toir/entity/Units. The exception was: Unsupported class file major version 67
[EL Warning]: weaver: 2025-02-09 23:20:59.141--Weaver encountered an exception while trying to weave class com/company/toir/entity/User. The exception was: Unsupported class file major version 67
Running Jmix enhancer in root project 'TOiR' for source set 'main'
> Task :vaadinBuildFrontend FAILED
Visiting class com.company.toir.view.login.LoginView failed with Unsupported class file major version 67.
This might be a broken class in the project.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':vaadinBuildFrontend'.
> Unsupported class file major version 67
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 10s
6 actionable tasks: 5 executed, 1 up-to-dat```