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

Feature/vaadin20 #105

Closed mvysny closed 3 years ago

mvysny commented 3 years ago

Fixes #100

mvysny commented 3 years ago

I sort of expect that a fusion project will fail to compile correctly, but that is not the fault of the plugin, but that there are places that hard code ./target/ which should be fixed to use something definable.

True - I'll create a ticket for Flow: https://github.com/vaadin/flow/issues/10335