setup-java icon indicating copy to clipboard operation
setup-java copied to clipboard

Issue725 read me supported version syntax

Open skateball opened this issue 10 months ago • 2 comments

Description: some small changes on README.md to enhance readabilty

Related issue: fixes https://github.com/actions/setup-java/issues/725

Check list:

  • [no] Mark if documentation changes are required.
  • [no] Mark if tests were added or updated to cover the changes.

skateball avatar Feb 11 '25 20:02 skateball

Hi @fniephaus did a small change in a markdown file and afterwards the test https://github.com/actions/setup-java/actions/runs/13272353142/job/37054560743?pr=750 runs in an error because downloading https://download.oracle.com/graalvm/18/latest/graalvm-jdk-18_macos-x64_bin.tar.gz runs in a 404

We're sorry, the page you requested was not found. We have recorded this error (404) to help us fix the problem. You may wish to try again using one of the tools below.

Can you please check? Regards Christian

skateball avatar Feb 12 '25 09:02 skateball

Hi @skateball,

I'm not sure why this is failing but this seems to be a transient issue. GraalVM for JDK 18 indeed does not exist and the test is supposed to check for exactly that. Instead of an exception being thrown, however, I see this in the log:

Received promise resolved instead of rejected

I'd assume this is unrelated to your markdown changes.

fniephaus avatar Feb 13 '25 07:02 fniephaus