Added 'adopt-hotspot' and 'adopt-openj9'

This commit is contained in:
Marcel 2021-04-05 14:43:47 +00:00
commit 753715716d
No known key found for this signature in database
GPG key ID: 45EB4FD5C25A5098
7 changed files with 121 additions and 64 deletions

View file

@ -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
```