Skip to content

Commit

Permalink
Remove duplicated GraalVM section in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 authored Jan 1, 2025
1 parent 7a6d8a8 commit c308d4f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,20 +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
Expand Down

0 comments on commit c308d4f

Please sign in to comment.