Skip to content

Commit c7c553b

Browse files
committed
Fix reflection config for Superhero provider
Internal function `suffix()` was missing from reflection config json therefore throwing an exception when being called.
1 parent 2889bda commit c7c553b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli-bot/src/main/resources/META-INF/native-image/io.github.serpro69/cli-bot/reflect-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,8 @@
13251325
{"name":"descriptor$core","parameterTypes":[] },
13261326
{"name":"name","parameterTypes":[] },
13271327
{"name":"power","parameterTypes":[] },
1328-
{"name":"prefix$core","parameterTypes":[] }
1328+
{"name":"prefix$core","parameterTypes":[] },
1329+
{"name":"suffix$core","parameterTypes":[] }
13291330
]
13301331
},
13311332
{

0 commit comments

Comments
 (0)