fix meta inf for graal 25
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"resources": [
|
"resources": [
|
||||||
{ "glob": "**/*.css" },
|
{ "pattern": ".*\\.css$" },
|
||||||
{ "glob": "**/*.toml" }
|
{ "pattern": ".*\\.toml$" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user