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

Removed Kover artifact resolution during configuration time #386

Merged
merged 1 commit into from
May 31, 2023

Conversation

shanshin
Copy link
Collaborator

@shanshin shanshin commented May 25, 2023

The task tree is built at the configuration stage, so getting artifacts from dependencies can lead to premature task launches, deadlocks, and performance degradation.
To eliminate resolution, it was necessary to use the Provider obtained from the corresponding FileCollection.

The task tree is built at the configuration stage, so getting artifacts from dependencies can lead to premature task launches, deadlocks, and performance degradation.
To eliminate resolution, it was necessary to use the Provider obtained from the corresponding file collection.
Copy link
Member

@sandwwraith sandwwraith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great find 👍🏻

@shanshin shanshin merged commit ea29b9f into main May 31, 2023
1 check passed
@shanshin shanshin deleted the fix-resolve branch May 31, 2023 18:41
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