Fixed versions to match main branch.

This commit is contained in:
Konrad Neitzel 2022-11-08 13:45:59 +01:00
parent 32ed40e208
commit d93ddbf91f

View File

@ -2,6 +2,10 @@
Example Maven Project for a Java Application. Example Maven Project for a Java Application.
Maven modules are configured so that even Images are build (including JPackage app-image). This project includes:
- Lombok to reduce biolerplate code
Project includes PMD and spotbugs! - 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)