Skip to content

Commit 3b6c050

Browse files
authored
Remove duplicated GraalVM section in documentation (#716)
1 parent b8ebb8b commit 3b6c050

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/advanced-usage.md

-14
Original file line numberDiff line numberDiff line change
@@ -215,20 +215,6 @@ The available package types are:
215215
- `jdk+ft` - JBRSDK (FreeType)
216216
- `jre+ft` - JBR (FreeType)
217217

218-
### GraalVM
219-
**NOTE:** Oracle GraalVM is only available for JDK 17 and later.
220-
221-
```yaml
222-
steps:
223-
- uses: actions/checkout@v4
224-
- uses: actions/setup-java@v4
225-
with:
226-
distribution: 'graalvm'
227-
java-version: '21'
228-
- run: |
229-
java -cp java HelloWorldApp
230-
native-image -cp java HelloWorldApp
231-
```
232218

233219
## Installing custom Java package type
234220
```yaml

0 commit comments

Comments
 (0)