From 342d8f3a2cae4e0a39bcd0fd0bcbdeac4b6d414e Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Sun, 14 Dec 2025 13:14:20 +0100 Subject: [PATCH] Updated Readme to show that Java 25 is now supported. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ef6391..721ef1c 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,10 @@ Example Maven Project for a JavaFX Application. +**Update 14.10.2024**: Updated dependencies and tested Java 25 successful. + **Update 03.02.2025**: Updated dependencies and tested Java 22 and 23 successful. -**Update**: Added profile fatjar - -**Update**: Added reporting to create a site (html documentation of project) - -**Update**: Java 21 is now fully supported - This projects includes multiple plugins: - Build of an App-Image using JPackage (Profile: image) - Build of an fat jar (Profile: fatjar)