Hello All,
I'm developing a JavaFX application and I'm trying to integrate proguard obfuscation when the artifact is created.
Right now, I know that I must create an Ant task and hook it up either in 'Pre-processing' or 'Post-processing' of the artifact.
But how should I create that task including all proguard directives and where should I hook it?
Thanks in advance for help,
Hugo