Hi Team,
I am trying to add multiple flags in the controller args but it only considers the last one "FlagName=SAMPLE_STALE_FLAG2".
Can someone please help here with how we pass the multiple flag args?
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
<arg>-Xplugin:ErrorProne -Xep:Piranha:WARN -XepPatchChecks:Piranha -XepPatchLocation:IN_PLACE
-XepOpt:Piranha:FlagName=SAMPLE_STALE_FLAG -XepOpt:Piranha:FlagName=SAMPLE_STALE_FLAG2 -XepOpt:Piranha:IsTreated=true
-XepOpt:Piranha:Config=config/properties.json
</arg>
</compilerArgs>