Skip to content

prefer explicitly listed candidates over gradle on path#764

Open
ethanmdavidson wants to merge 1 commit intogradle:mainfrom
ethanmdavidson:patch-1
Open

prefer explicitly listed candidates over gradle on path#764
ethanmdavidson wants to merge 1 commit intogradle:mainfrom
ethanmdavidson:patch-1

Conversation

@ethanmdavidson
Copy link

@ethanmdavidson ethanmdavidson commented Oct 21, 2025

action should prefer to use the version specified by the user. Only if that doesn't meet the min version should the action fall back to the gradle it finds on the path

fixes #717

I don't have much experience with nodejs or writing github actions, so please let me know if anything in this PR isn't done properly. Thanks!

action should prefer to use the version specified by the user. Only if that doesn't meet the min version should the action fall back to the gradle it finds on the path

fixes gradle#717
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

if the agent has 9.0.0 installed and the workflow is configured to run with Java < 17 then cache cleanup will fail

1 participant