You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bigdaz
changed the title
Dependency graph are generated for all Gradle jobs following a dependnecy-submission step
Dependency graph are generated for all Gradle jobs following a dependency-submission step
Jul 16, 2024
When a workflow Job includes both a
setup-gradle
anddependency-submission
step, all of the Gradle executions after the dependency-submission step will unexpectedly generate (but not submit) dependency graph files. This is because thedependency-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.The text was updated successfully, but these errors were encountered: