Fixed
Status Update
Comments
lp...@google.com <lp...@google.com>
tn...@google.com <tn...@google.com> #2
This is now fixed by Change-Id: I0ba284f52e62015af95aff8c5e83539b5a888e81 ; the fix will go out in 4.0 Canary 8. Thanks for the report!
Description
"""
Created baseline file ...lint-baseline.xml
Also breaking the build in case this was not intentional. If you
deliberately created the baseline file, re-run the build and this
time it should succeed without warnings.
If not, investigate the baseline path in the lintOptions config
or verify that the baseline file has been checked into version
control.
You can run lint with -Dlint.baselines.continue=true
if you want to create many missing baselines in one go.
"""
This is confusing as I wasn't sure if this system property was getting correctly set or not (I was setting it with System.setProperty inside a gradle plugin). Ideally if this property is set, it would just say 'created baseline file' and skip the rest of the message.