Any example about quarkus project?

I have a quarkus project, but I’m not building a native image, just regular jar file. now I wanna use proguard to obfuscate. however when I search “quarkus proguard” in google, there is rarely example about that, most results are about native excutable file issue and this is not what I want. and I ask the AI(claude.ai) for help, it gives me some code that can’t work at all. so could someone give me a example about how to use proguard with quarkus?

Dear @lihua,

First of all thanks for posting the question here on the community and welcome!

Can you help me understand what part of the integration does not work for you at the moment? In any case, the best place to look and get familiar with how to integrate ProGuard into your project would be the following manual page:

Kind regards,

Ewout