Added the option jdk+crac

Because with Azul Zulu one can also use jdk+crac in combination with version 17 and 21, this was added to the README.md and advanced-usage.md.
This PR contains no code changes, just documentation.
This commit is contained in:
Gerrit Grunwald 2024-02-02 16:59:47 +01:00
parent 7a445ee88d
commit d3af3ec854
No known key found for this signature in database
GPG key ID: 4CDA56B9EE58B1AD
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ steps:
with:
distribution: 'zulu'
java-version: '21'
java-package: jdk # optional (jdk, jre, jdk+fx or jre+fx) - defaults to jdk
java-package: jdk # optional (jdk, jre, jdk+fx or jre+fx, jdk+crac) - defaults to jdk
- run: java -cp java HelloWorldApp
```