add ResourceBundle needed for cssparser in native image

This commit is contained in:
Athou
2024-08-17 00:43:32 +02:00
parent e7748d787f
commit 2395a2670e

View File

@@ -0,0 +1,7 @@
{
"bundles": [
{
"name": "com.steadystate.css.parser.SACParserMessages"
}
]
}