File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments