File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 4444 - name : Quickly build and install project
4545 run : mvn install -Dverification.skip
4646 - name : Build and test project with self-check against the latest Error Prone release
47- run : mvn clean verify -s settings.xml -Pself-check -Dversion.error-prone=LATEST -Denforcer.skip -Dmdep.analyze.skip
47+ # Note that it is okay for the build to reference checks that have been
48+ # deleted in the latest release, or to trigger new warnings; those
49+ # don't indicate that Error Prone Support is incompatible with the
50+ # latest Error Prone release as far as downstream users are concerned.
51+ # XXX: This use of `error-prone.patch-args` is a bit dodgy...
52+ run : mvn clean verify -s settings.xml -Pself-check -Dversion.error-prone=LATEST -Derror-prone.patch-args=-XepIgnoreUnknownCheckNames -Dverification.warn
You can’t perform that action at this time.
0 commit comments