Compare commits

...

1 Commits

Author SHA1 Message Date
Andrei Pangin
249ffafa02 Configuration files for generating converter native-image 2025-05-18 01:38:55 +01:00
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[
{
"name": "one.convert.Arguments",
"allPublicFields": true
},
{
"name" : "one.jfr.event.CPULoad",
"allPublicConstructors": true
},
{
"name" : "one.jfr.event.GCHeapSummary",
"allPublicConstructors": true
},
{
"name" : "one.jfr.event.ObjectCount",
"allPublicConstructors": true
}
]

View File

@@ -0,0 +1,5 @@
{
"resources": {
"includes": [{"pattern": ".*html$"}]
}
}