Proguard and MSAL for java

Copper Contributor

I made on maven a java application with msal
I added on the pom the dependency for msal

When I compile in dev mode (mode without obfuscation), the compilation is OK

 

But when I compiled in prod mode (mode with obfuscation), the compilation failed and I don'k know why

I tried to modify my proguard.conf without success

 

Is it possible to use proguard and MSAL java in order to obfuscate my application ? And how to to that ?

 

Regards

 

Xavier M.

 

 

1 Reply
Hi Xavier,
Per https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/README.md#community-he..., I recommend posting this question about MSAL on https://stackoverflow.com/questions/tagged/msal so the right experts can assist you.