From 13463337a0bbff5c7c7dd88b45ee5995c947d07c Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Mon, 13 May 2024 13:46:03 +0200 Subject: [PATCH] Removes modules from jpackage configuration. javafx is no longer added as modules. But without naming modules, all java modules will be included by default. Results in a warning at startup that could be ignored (WARNUNG: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @3ff1b1e9') --- pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pom.xml b/pom.xml index 1f6f0bd..6888a9e 100644 --- a/pom.xml +++ b/pom.xml @@ -241,7 +241,6 @@ maven-pmd-plugin ${maven.pmd.version} - ${project.build.sourceEncoding} 100 ${java.version} false @@ -359,21 +358,6 @@ ${appName} IMAGE - - - - - javafx\..* - - - - - - javafx.controls - javafx.graphics - javafx.fxml - javafx.web - ${main.class} ${project.build.directory}/modules ${jar.filename}.jar