Closed rionda closed 1 year ago
There was a failure to update the v3
tag to point at the 3.0.2
version which included the correct rebuild of this fix that was introduced in version 3.0.1
. I have tested this in isolation and it works with the v3
tag now, so it should work for you.
Incidentally, the -B
flag is already enabled for the action, so you should not need to pass that one in.
I confirm that it seems to work now. Thank you!
I have
in a github action file. The value of
maven-args
is to avoid printing the hundreds ofDownloading ...
messages frommvn
, but it seems to be ignored by the action.I'm not sure whether it is a misconfiguration on my side, or a bug.
Partial log from a github CI run below: