You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set disableHtmlEscaping when creating GsonBuilder (#179)
Otherwise, if filename contains symbols like '=' it gets serialized to
'\u003d' which causes parsing to fail during `get-impacted-targets`.
Co-authored-by: Maxwell Elliott <[email protected]>
0 commit comments