vaadin / vaadin-gradle-plugin

Gradle plugin for Vaadin 14 applications. Takes care of front-end build, helps to configure repositories and to create various project and file templates.
Apache License 2.0
31 stars 9 forks source link

Gradle Plugin for Vaadin 23 compiled with JDK17, should be: JDK11 #130

Closed enver-haase closed 10 months ago

enver-haase commented 10 months ago

Cause: com/vaadin/gradle/VaadinPlugin has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0 git@github.com:vaadin/base-starter-gradle.git for v23

This is from my memory, and I may have made a mistake -- but please can you check. Thank you.

mvysny commented 10 months ago

The plugin for Vaadin 23 is located at https://github.com/vaadin/flow/, please open the bug report there.