fix meta inf for graal 25
This commit is contained in:
@@ -89,7 +89,6 @@
|
||||
|
||||
native-image \
|
||||
--no-fallback \
|
||||
--enable-url-protocols=file \
|
||||
--module-path "$javafx_module_path" \
|
||||
--add-modules javafx.controls,javafx.graphics \
|
||||
-cp "$app_classpath" \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"resources": [
|
||||
{ "glob": "**/*.css" },
|
||||
{ "glob": "**/*.toml" }
|
||||
{ "pattern": ".*\\.css$" },
|
||||
{ "pattern": ".*\\.toml$" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user