From 67408a481dad79fdc7df36212586b4740c438266 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Sat, 11 Mar 2023 16:18:15 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c86cf2b..6b14841 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Example Maven Project for a Java Application. This project includes: - Lombok to reduce boilerplate code - Adding module-info for dependencies that are missing these. -- Unit Tests are run at build - static code analysis with PMD and spotbugs - Creation of image (JLink) and app-image (JPackage) - Creation of native binary (GraalVM) @@ -16,4 +15,4 @@ Create native executable with GraalVM use one of these: Create image (JLink and JPackage): - ./mvnw -PImage package -- ./mvnw -DImage package \ No newline at end of file +- ./mvnw -DImage package