Jonathing
05/04/2025, 6:37 PMFlowAction
to analyze exceptions thrown by builds to try and report problems using them. I noticed that I can't inject the Problems
service to them, but I can inject it into FlowParameters
. It's rather strange but it works. Is there any sort of intentional way to use the problems API within a dataflow action? Or has it just not been implemented yet and is planned?Mikhail Lopatkin
05/05/2025, 2:10 PMFlowAction
is still an incubating feature, and we want to make some changes to FlowParameters
handling soon enough. I'm not sure if we'll have to sacrifice passing services like Problems
through parameters, but this is a possibility, so I wouldn't recommend relying on in this feature in something hard to update, like a plugin published to the Gradle Plugin Portal. Hopefully, we'll finalize everything by Gradle 9.0.
Can you please file an issue describing your request? It will help to keep the use case on our radar.Jonathing
05/05/2025, 2:11 PMJonathing
05/05/2025, 3:40 PMJonathing
05/10/2025, 6:49 PMJonathing
05/10/2025, 7:20 PM