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

Fix breaking configuration cache #538

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Fix breaking configuration cache #538

merged 1 commit into from
Feb 15, 2024

Conversation

shanshin
Copy link
Collaborator

Usage of DependencyResolutionListener is incompatible with the configuration cache, therefore, a quick solution is to remove the listener. In the future, checking for apply of the Kover Gradle Plugin in dependencies must be done in a different way. See #537

Fixes #513

@shanshin shanshin requested a review from sandwwraith February 14, 2024 19:53
Usage of DependencyResolutionListener is incompatible with the configuration cache, therefore, a quick solution is to remove the listener.
In the future, checking for apply of the Kover Gradle Plugin in dependencies must be done in a different way. See #537

Fixes #513
@shanshin shanshin merged commit 56f8fd5 into main Feb 15, 2024
1 check passed
@shanshin shanshin deleted the disable-listener branch February 15, 2024 14:36
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.

Kover 0.7.5 breaks configuration cache
2 participants