actions icon indicating copy to clipboard operation
actions copied to clipboard

Dependency graph are generated for all Gradle jobs following a `dependnecy-submission` step

Open bigdaz opened this issue 1 year ago • 0 comments

When a workflow Job includes both a setup-gradle and dependency-submission step, all of the Gradle executions after the dependency-submission step will unexpectedly generate (but not submit) dependency graph files. This is because the dependency-submission action sets some persistent environment variables that impact subsequent steps.

A step using dependency-submission action should be self-contained, and not impact subsequent steps.

bigdaz avatar Apr 30 '24 06:04 bigdaz