forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request gradle#26849 Implement MavenResolveTestFixture
This test fixture leverages Maven's public APIs for performing dependency resolution with its artifact repository engine. We skip running Maven entirely since that requires downloading a Maven distribution, which itself downloads plugins upon startup. This approach is more flexible for future expansion since it offers the ability to traverse the resolved graph itself, in-process This approach is much faster than running maven in a forked process or running MavenCli embedded. Fixes gradle#26826 ### Reviewing cheatsheet Before merging the PR, comments starting with - ❌ ❓**must** be fixed - 🤔 💅 **should** be fixed - 💭 **may** be fixed - 🎉 celebrate happy things Co-authored-by: Justin Van Dort <[email protected]>
- Loading branch information
Showing
9 changed files
with
526 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.