devsoap/ds-gradle-vaadin

ds-gradle-vaadin expects gradle `buildDir` to to `build`

lennartfricke opened this issue · 0 comments

Desktop (please complete the following information):

  • Ubuntu 20.04
  • JDK 11
  • Gradle version: 6.3
  • Vaadin Plugin version: 1.5

Describe the bug
ds-gradle-vaadin expects gradle buildDir to to build

To Reproduce

  • Create project
  • set buildDir to something different than build
  • execute vaadinInstallClientDependencies
  • tasks fails with cannot find ../scripts/build-dist.js

Expected behavior
tasks succeeds.