platform
platform copied to clipboard
Test for Native Builds with Vaadin Quarkus
Describe your motivation
A follow-up testing improvement for https://github.com/vaadin/quarkus/issues/194.
We have to be sure that building Quarkus apps with Vaadin using Native Builds has no regressions.
Describe the solution you'd like
Some variant of a Vaadin Quarkus base starter + run with mvn package -Pproduction -Dquarkus.package.type=native + GraalVM configured.
Describe alternatives you've considered
No response
Additional context
No response