Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bigdaz opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working in:dependency-submission

Comments

@bigdaz
Copy link
Member

bigdaz commented Apr 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in:dependency-submission
Projects
None yet
Development

No branches or pull requests

1 participant