Skip to content

Commit bd0d2b8

Browse files
authored
Add Notices in Documentation
1 parent 847079d commit bd0d2b8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/advanced-usage.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,14 @@ steps:
174174

175175
### JetBrains
176176

177-
**NOTE:** JetBrains is only available for LTS versions on 11 or later.
177+
**NOTE:** JetBrains is only available for LTS versions on 11 or later (11, 17, 21, etc.).
178+
179+
Not all minor LTS versions are guarenteed to be available, since JetBrains considers what to ship IntelliJ IDEA with, most commonly on JDK 11.
180+
For example, `11.0.24` is not available but `11.0.16` is.
181+
182+
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
183+
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
184+
is more encouraged for consistency, but both are supported.
178185

179186
```yaml
180187
steps:
@@ -202,7 +209,8 @@ steps:
202209
- run: java -cp java HelloWorldApp
203210
```
204211

205-
JetBrains Package Types (as shown in the [releases page](https://github.com/JetBrains/JetBrainsRuntime/releases/)):
212+
You can specify your package type (as shown in the [releases page](https://github.com/JetBrains/JetBrainsRuntime/releases/)) in the `package-type` parameter.
213+
The available package types are:
206214

207215
- `jdk` - JBRSDK
208216
- `jre` - JBR (Vanilla)

0 commit comments

Comments
 (0)