Remove duplicated GraalVM section from advanced usage doc

This commit is contained in:
John Jiang 2025-02-13 10:48:01 +08:00
parent 3a4f6e1af5
commit c633414cd5

View File

@ -215,21 +215,6 @@ The available package types are:
- `jdk+ft` - JBRSDK (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
```yaml
steps: