Vladimir Sitnikov
06/23/2025, 12:25 PMBuildOperationListener
notification on the build completion along with success/failure results.
I see people use org.gradle.internal.build.event.BuildEventListenerRegistryInternal.onOperationCompletion
(see https://github.com/gradle/gradle/blob/836ece17243a8366c749394e1cef4c4bafd0d7fa/tes[…]adle/integtests/fixtures/executer/ProgressLoggingFixture.groovy )
BuildOperationNotificationListenerRegistrar seems to be internal as well, and it seems to conflict with build scan plugin: https://github.com/gradle/gradle/issues/19552