Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

How to manage dependencies by myself correctly?Β #514

@qtdzz

Description

@qtdzz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions