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
I'm getting "##[error]versionSpec parameter is required" error message
I tested with different arguments 6.1.1, current, rc, nightly, release-nightly but only rc fails with such message. According to the documentation even if it is not available it should fallback to current. Or do I get something wrong?
Thanks for creating and maintaining the plugin 👍
The text was updated successfully, but these errors were encountered:
Hello Mateusz,
Thank you for the detailed report.
It's weird, this is working for me: https://github.com/eskatos/gradle-command-action/runs/1108208588?check_suite_focus=true#step:4:9
It could be a temporary problem with GitHub Actions agents network or with the Gradle versions json endpoint.
I changed the code to be more resilient to such problems and added some extra logging, please try again and report back if you encounter any problem, we'll reopen this issue if needed.
I confirm it started to working again for me too 👍
My suspicion goes to the fact the 6.7-rc version has been released recently which fixed mentioned Gradle versions json endpoint. We'll see if the issue re-appears after 6.7 stable is released.
Thanks for help!
Hello 👋
When using
I'm getting
"##[error]versionSpec parameter is required"
error messageI tested with different arguments
6.1.1, current, rc, nightly, release-nightly
but onlyrc
fails with such message. According to the documentation even if it is not available it should fallback tocurrent
. Or do I get something wrong?Thanks for creating and maintaining the plugin 👍
The text was updated successfully, but these errors were encountered: