I am trying to use a couple of add-ons from vaadin Add-on directory.
Here is the one add-on that I wanted to use in my build.gradle file.
implementation 'org.vaadin.addons:vaadin-grid-util:2.1.1'
When I try to build, i’m getting the following errors:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find org.vaadin.addons:vaadin-grid-util:2.1.1.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/vaadin/addons/vaadin-grid-util/2.1.1/vaadin-grid-util-2.1.1.pom
- https://nexus.jmix.io/repository/public/org/vaadin/addons/vaadin-grid-util/2.1.1/vaadin-grid-util-2.1.1.pom
- https://repo.spring.io/release/org/vaadin/addons/vaadin-grid-util/2.1.1/vaadin-grid-util-2.1.1.pom
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html