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

Plugins should not use Gradle.buildFinished #271

Open
abstratt opened this issue Jul 24, 2024 · 0 comments
Open

Plugins should not use Gradle.buildFinished #271

abstratt opened this issue Jul 24, 2024 · 0 comments

Comments

@abstratt
Copy link

This was detected by Gradle's own smoke tests:

Gradle is in the process of deprecating Gradle.buildFinished and other build scope listeners (such as TaskGraphExecution.addTaskExecutionListener) starting in Gradle 8.10 (currently, it is only reported as a problem when configuration cache is enabled).

Instead of using Gradle.buildFinished, plugins should use "always" flow actions.

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

No branches or pull requests

1 participant