Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve transitive dependencies resolution #43

Merged
merged 5 commits into from
Mar 6, 2024

Conversation

frengor
Copy link
Collaborator

@frengor frengor commented Mar 6, 2024

Fixes #38

frengor added 5 commits March 5, 2024 06:24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes AlessioDP#38
getBaseVersion() returns the version ending in "-SNAPSHOT" for resolved snapshot dependencies
This avoids duplicated lookups for snapshots transitive dependencies (one for every added repository).
Also, this makes sure to use the correct repository to download transitive dependencies, since a transitive dependency could be in a repository only declared in the POM of some other transitive dependency.
@AlessioDP AlessioDP merged commit 95c5177 into AlessioDP:gradle Mar 6, 2024
3 checks passed
@frengor frengor deleted the gradle-transitive branch March 6, 2024 18:17
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.

None yet

2 participants