We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ebb8b commit 3b6c050Copy full SHA for 3b6c050
docs/advanced-usage.md
@@ -215,20 +215,6 @@ The available package types are:
215
- `jdk+ft` - JBRSDK (FreeType)
216
- `jre+ft` - JBR (FreeType)
217
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
-```
232
233
## Installing custom Java package type
234
```yaml
0 commit comments