Compare commits

...

2 Commits

Author SHA1 Message Date
John Jiang
cd6393d4cf
Merge bce2707a6c into 3a4f6e1af5 2025-02-13 03:01:44 +00:00
John Jiang
bce2707a6c Remove duplicated GraalVM section from advanced usage doc
Signed-off-by: John Jiang <johnsjiang@tencent.com>
2025-02-13 11:01:24 +08:00

View File

@ -215,21 +215,6 @@ The available package types are:
- `jdk+ft` - JBRSDK (FreeType) - `jdk+ft` - JBRSDK (FreeType)
- `jre+ft` - JBR (FreeType) - `jre+ft` - JBR (FreeType)
### GraalVM
**NOTE:** Oracle GraalVM is only available for JDK 17 and later.
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'graalvm'
java-version: '21'
- run: |
java -cp java HelloWorldApp
native-image -cp java HelloWorldApp
```
## Installing custom Java package type ## Installing custom Java package type
```yaml ```yaml
steps: steps: