This repository was archived by the owner on Feb 21, 2025. It is now read-only.
Make Gradle build output available to subsequent actions #112
Labels
enhancement
New feature or request
Milestone
There are circumstances where a workflow needs to make decisions based on the output of a Gradle invocation.
One example is running
gradle tasks
to determine if a particular tasks is available before trying to run that task. If the build output was available for processing, this would be possible.The simple option is to make the build output available as an action output. If this proves too expensive then we could write output to file for later use.
The text was updated successfully, but these errors were encountered: