Compare commits

...

2 Commits

Author SHA1 Message Date
Marcono1234
2df8cf306c
Merge c308d4f7cd into 799ee7c97e 2025-03-12 13:09:26 +00:00
Marcono1234
c308d4f7cd
Remove duplicated GraalVM section in documentation 2025-01-01 18:05:12 +01:00

View File

@ -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