Skip to content

Commit b6e6649

Browse files
committed
chore: 1.0.0 release
1 parent a2c47b8 commit b6e6649

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ ./gradlew nativeTest
4040
# Native Image Quick Build
4141
$ ./gradlew nativeCompile -Pquick
4242

43-
# Using Native Image Bundles
43+
# Build Native Image Bundles
4444
$ ./gradlew nativeCompile -Pbundle
4545
$ native-image --bundle-apply="build/native/nativeCompile/native-image-playground.nib"
4646
$ build/native-image-playground.output/default/native-image-playground
@@ -49,13 +49,13 @@ $ build/native-image-playground.output/default/native-image-playground
4949
$ ./gradlew clean nativeCompile --rerun-tasks --no-build-cache
5050

5151
# GraalVM JIT Mode
52+
# ----------------
5253
$ ./gradlew build
5354
$ java --enable-preview \
5455
--add-modules=ALL-SYSTEM \
5556
-jar build/libs/native-image-playground-*-all.jar
5657

5758
# Find out the classes/jars using top modules mentioned in the native-image build output
58-
$ ./gradlew build
5959
$ jdeps -q \
6060
-R \
6161
--ignore-missing-deps \
@@ -73,8 +73,7 @@ $ native-image \
7373
- Using Distroless
7474

7575
```bash
76-
# Download the native images and extract it
77-
# https://github.com/sureshg/native-image-playground/actions/workflows/graalvm.yml
76+
# Download https://github.com/sureshg/native-image-playground/releases/latest and extract it
7877
$ chmod +x native-image-playground
7978

8079
# Running "mostly static native image" built on GithubAction (Linux amd64)

0 commit comments

Comments
 (0)