-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
blocked by upstreamSomething needs to be fixed first in the depending librariesSomething needs to be fixed first in the depending librariesenhancementNew feature or requestNew feature or request
Description
Desktop (please complete the following information):
- OS: Linux
- JDK version: Zulu 8
- Gradle version: 6.0.1
- Vaadin Plugin version: 0.5
Describe the bug
Probably vaadinPrepareFrontend creates a target directory in the
root.
To Reproduce
Given a simple project like
https://github.com/christoph-frick/try-vaadin14-gradle/blob/master/build.gradle
building or running the project (assumption: the task
vaadinPrepareFrontend is the culprit), the project contains a target
directory afterwards, which usually is associated with a maven build:
$ find target
target
target/frontend
target/frontend/generated-flow-imports.js
target/frontend/package.json
target/frontend/generated-flow-imports-fallback.jsExpected behavior
All build artifacts should reside somewhere inside the build
directory.
Screenshots
n/a
Additional context
n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blocked by upstreamSomething needs to be fixed first in the depending librariesSomething needs to be fixed first in the depending librariesenhancementNew feature or requestNew feature or request