mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
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:
parent
7a445ee88d
commit
d3af3ec854
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue