This repository was archived by the owner on Apr 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
How to manage dependencies by myself correctly?Β #514
Copy link
Copy link
Open
Labels
needs designFeature needs designFeature needs design
Description
Hi John, I have a problem while setting manageDependencies flag to false and provide dependencies by myself.
The problem is actually starting from version 1.2.5. Before that everything was fine.
Here is my example application https://github.com/qtdzz/my-example-application which is broken.
The console looks like this
16:54:42.414 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Could not determine the dependencies of task ':vaadinCompile'.
16:54:42.414 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not resolve all dependencies for configuration ':vaadin-client'.
16:54:42.414 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > java.lang.NullPointerException (no error message)
Is it anyhow releated to this comment #489 (comment)?
I also have an additional question releated to the --build-cache. When trying with the plugin version 1.2.4, my-example-application works quite well with significant improvements but in our real project (where vaadin application is a submodule), the Build cache key is different on everytime I run vaadinCompile. Do you have any idea why it goes wrong?
Thank you.
ripla and Arvidas1
Metadata
Metadata
Assignees
Labels
needs designFeature needs designFeature needs design