binary-compatibility-validator
binary-compatibility-validator copied to clipboard
The task check won't run before task assembleRelease
The README said When doing code changes that do not imply any changes in public API, no additional actions should be performed. check task on your CI will validate everything.. It seems not precisely when build with task assembleRelease and not run task check individually because assembleRelease doesn't depends on check. That could cause mistake for someone like me due to there still need additional action. I suggest whether change the readme or let the validator run before any assembleXXX tasks.