fix documentation

This commit is contained in:
Dmitry Shibanov 2022-09-07 12:58:28 +02:00
parent 51c2bd087e
commit 833502128f
8 changed files with 1370 additions and 3480 deletions

View file

@ -158,6 +158,9 @@ jobs:
```
### Install multiple JDKs
All versions are added to the PATH. The last version will be used and available globally. Other Java versions can be accessed through env variables with such specification as 'JAVA_HOME_{{ MAJOR_VERSION }}_{{ ARCHITECTURE }}'.
```yaml
steps:
- uses: actions/setup-java@v3