jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Production build fails with new Vaadin version

Open syncro opened this issue 7 months ago • 0 comments

Environment

Jmix version: 2.4.999

Bug Description

Production build fails while development is fine

Steps To Reproduce

  1. Build jmix from master into local maven repo
  2. Create new project with 2.4.999 framework version selected
  3. Run build or bootBuildImage with -Pvaadin.productionMode=true

./gradlew build -Pvaadin.productionMode=true

Current Behavior

Fails with the following error:

`

Task :vaadinBuildFrontend FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':vaadinBuildFrontend'.

com.vaadin.flow.server.ExecutionFailedException: Failed to configure Hilla engine: no runner succeeded. Set log level to debug to see more details.

`

Expected Behavior

Builds successful

syncro avatar Jul 05 '24 10:07 syncro