From d93ddbf91fa935670bf50a649558997cb897c473 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Tue, 8 Nov 2022 13:45:59 +0100 Subject: [PATCH] Fixed versions to match main branch. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb8667a..72cfeca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Example Maven Project for a Java Application. -Maven modules are configured so that even Images are build (including JPackage app-image). - -Project includes PMD and spotbugs! \ No newline at end of file +This project includes: +- Lombok to reduce biolerplate 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)