Fix running 'make': upgrade to infer-annotations-1.4 #26
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that 'buck' tool got infer-annotations upgraded from 1.3 to 1.4, so typing 'make' in console gave a 404 error while trying to build a 'java' target.
Fixed that by updating version to 1.4, now tests run and pass.
@astreet, @kmagiera mind looking at this?