Skip to content

build(gradle): remove mavenLocal to avoid inconsistent resolution#827

Open
gallardo wants to merge 1 commit intoalkacon:masterfrom
gallardo:patch-1
Open

build(gradle): remove mavenLocal to avoid inconsistent resolution#827
gallardo wants to merge 1 commit intoalkacon:masterfrom
gallardo:patch-1

Conversation

@gallardo
Copy link
Contributor

Fixes #826

Gradle was resolving artifacts from the local Maven repository (~/.m2) before remote repositories, which caused missing or incomplete artifacts (e.g. missing *-sources.jar) to block dependency resolution during GWT compilation.

mavenLocal is unnecessary unless Maven-built artifacts are required.

…olution

Gradle was resolving artifacts from the local Maven repository (~/.m2) before remote repositories, which caused missing or incomplete artifacts (e.g. missing `*-sources.jar`) to block dependency resolution during GWT compilation.

`mavenLocal` is unnecessary unless Maven-built artifacts are required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GWT compilation fails: missing validation-api-1.0.0.GA-sources.jar when resolving from mavenLocal

1 participant

Comments