Hi. My project is in V24 and I try to compile in order to deploy my app. I have an error
Failed to execute goal e[32mcom.vaadin:vaadin-maven-plugin:24.0.5:build-frontende[m e[1m(default)e[m on project e[36mpartfindere[m: e[1;31mCould not execute build-frontend goale[m: Error occured during goal execution: Cannot invoke “java.lang.Class.isInterface()”
I have found this post in StackOverflow https://stackoverflow.com/questions/71868642/vaadin-maven-plugin-failed-to-build-frontend-after-updating-to-java-17
That’s indicate a solution: compile it without --enable-preview.
But I don’t know how I can do that ? I think it’s in the pom but where ?
Thank you in advance for your help.