Skip to content

Commit

Permalink
Remove duplicated GraalVM section from advanced usage doc
Browse files Browse the repository at this point in the history
Signed-off-by: John Jiang <[email protected]>
  • Loading branch information
johnshajiang committed Feb 13, 2025
1 parent 3a4f6e1 commit bce2707
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bce2707

Please sign in to comment.