I wonder if there’s a public API to get `BuildOper...
# community-support
v
I wonder if there’s a public API to get
BuildOperationListener
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