[WARNING] Both 'frontendOutputDirectory' and 'webpackOutputDirectory' are set

Hi,

just migrated to vaadin 24.8, i receive this message on compiling my app, any hint ?

Thanks

[WARNING] Both ‘frontendOutputDirectory’ and ‘webpackOutputDirectory’ are set. ‘webpackOutputDirectory’ property will be removed in future releases and will be ignored. Please use only ‘frontendOutputDirectory’.

Which exact version of 24.8? Vaadin 24.8.8 (Flow 24.8.7) should have fixed it (fix: remove default value for deprecated property by mcollovati · Pull Request #21789 · vaadin/flow · GitHub)

Hi Marco, thanks, I was on 24.8.7 , updated to 24.8.8 and solved.

Thanks