Add Notices in Documentation

This commit is contained in:
Gregory Mitchell 2024-11-28 19:43:32 +00:00 committed by GitHub
parent 847079da47
commit bd0d2b8f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,14 @@ steps:
### JetBrains ### JetBrains
**NOTE:** JetBrains is only available for LTS versions on 11 or later. **NOTE:** JetBrains is only available for LTS versions on 11 or later (11, 17, 21, etc.).
Not all minor LTS versions are guarenteed to be available, since JetBrains considers what to ship IntelliJ IDEA with, most commonly on JDK 11.
For example, `11.0.24` is not available but `11.0.16` is.
Versions are based on the GitHub tag on the [JetBrains Runtime releases page](https://github.com/JetBrains/JetBrainsRuntime/releases). As such, some tags may be formatted with
underscores (`11_0_13`) and others with dots (`11.0.13`). Conversion is automatically applied to the dot version format, so `11.0.13` is equivalent to `11_0_13`. Dot format
is more encouraged for consistency, but both are supported.
```yaml ```yaml
steps: steps:
@ -202,7 +209,8 @@ steps:
- run: java -cp java HelloWorldApp - run: java -cp java HelloWorldApp
``` ```
JetBrains Package Types (as shown in the [releases page](https://github.com/JetBrains/JetBrainsRuntime/releases/)): You can specify your package type (as shown in the [releases page](https://github.com/JetBrains/JetBrainsRuntime/releases/)) in the `package-type` parameter.
The available package types are:
- `jdk` - JBRSDK - `jdk` - JBRSDK
- `jre` - JBR (Vanilla) - `jre` - JBR (Vanilla)