fix meta inf for graal 25

This commit is contained in:
Gregor Lohaus
2026-05-27 16:04:10 +02:00
parent 54a2d23fab
commit 1eb21fcc77
2 changed files with 2 additions and 3 deletions

View File

@@ -89,7 +89,6 @@
native-image \ native-image \
--no-fallback \ --no-fallback \
--enable-url-protocols=file \
--module-path "$javafx_module_path" \ --module-path "$javafx_module_path" \
--add-modules javafx.controls,javafx.graphics \ --add-modules javafx.controls,javafx.graphics \
-cp "$app_classpath" \ -cp "$app_classpath" \

View File

@@ -1,6 +1,6 @@
{ {
"resources": [ "resources": [
{ "glob": "**/*.css" }, { "pattern": ".*\\.css$" },
{ "glob": "**/*.toml" } { "pattern": ".*\\.toml$" }
] ]
} }