forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invalidate tasks based on BinaryUtil.version.
The assumption is that binaries are uniquely identified by their version and name. This is at least true of pants-supported bintray binaries for protoc and ragel. Additionally invalidation is arranged for protoc plugins based on name. This is not ideal - it allows for changing a plugin without chaging its name - but its strictly better than not invalidating at all for changing plugin lists. Testing Done: CI went green here: https://travis-ci.org/pantsbuild/pants/builds/72238973 Bugs closed: 1855 Reviewed at https://rbcommons.com/s/twitter/r/2516/
- Loading branch information
Showing
4 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters