mirror of
https://github.com/actions/setup-java.git
synced 2025-06-30 13:04:13 +00:00
Added 'adopt-hotspot' and 'adopt-openj9'
This commit is contained in:
parent
1e063f2878
commit
753715716d
7 changed files with 121 additions and 64 deletions
|
@ -22,7 +22,7 @@ steps:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
distribution: 'adopt-hotspot' # See 'Supported distributions' for available options @ README.md
|
||||
java-version: '11'
|
||||
- run: java -cp java HelloWorldApp
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue