binary-compatibility-validator icon indicating copy to clipboard operation
binary-compatibility-validator copied to clipboard

The task check won't run before task assembleRelease

Open NamekMaster opened this issue 3 years ago • 0 comments

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.

NamekMaster avatar Aug 24 '22 03:08 NamekMaster