Can I reliably capture gradle invocation error ```...
# community-support
e
Can I reliably capture gradle invocation error
Copy code
Execution failed for task ':feature:a:compileDebugUnitTestKotlin' (registered by plugin 'com.android.internal.library').
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.btapi.BuildToolsApiCompilationWork
   > Compilation error. See log for more details
So later in CI step I can print it?
And error place information would be great also
v
Register an operation completion listener?
e
Thanks! Let me check that
j
I made a wrapper for gradle that captures errors and turns them into buildkite annotations