From 1a0d449011011c697448e5919bc939b8629e894e Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Tue, 29 Jun 2021 09:57:24 +0200 Subject: [PATCH] Update graalnaative.md --- radar/2021-01-01/graalnaative.md | 1 - 1 file changed, 1 deletion(-) diff --git a/radar/2021-01-01/graalnaative.md b/radar/2021-01-01/graalnaative.md index c106d6c..a1b866d 100644 --- a/radar/2021-01-01/graalnaative.md +++ b/radar/2021-01-01/graalnaative.md @@ -4,7 +4,6 @@ ring: trial quadrant: tools --- -Graal Native Image Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image. In the process of building a native image all library dependencies, including those from the JDK will be packed in the native image.