-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
This was detected by Gradle's own smoke tests:
Line 76 in d9c5cee
project.gradle.buildFinished { buildResult -> |
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.
Metadata
Metadata
Assignees
Labels
No labels