I need to call a method to report success/failure to a local web service when gradle finishes, with different options for success and fail of the gradle build.
Is there any mechanism available in gradle for this?
I know I can do it with a wrapper script, but that’s ugly because some of the status info that’s reported is only available in gradle and I’d have to pass back a lot of state into.