aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2018-08-28Upgrade guice to 4.2Haibo Huang
Test: m checkbuild Change-Id: I7df64e3d67f5b6c586ff444f45636cd7b2935c1f
2014-10-20Explicitly mark sh files as executable.Sam Berlin
2014-10-08Add support for java.util.Optional, reflectively. If the class exists, we bindsameb
it the same way we bind com.google.common.base.Optional. Update tests accordingly. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77215848
2014-08-11comment out the no-aop build for comparisonsSam Berlin
2014-08-10Fix the compareBuilds script (compares mvn vs ant generated jars) & add it ↵Sam Berlin
to travis (before publishing snapshots). Comment out comparing the noaop builds since they're different right now, and update to asm 5.0.3 (which was a source of a difference).
2014-08-08Move utility scripts to util dir, add secure vars to CI username/pwd, update ↵Sam Berlin
POM to use canonical snapshot dir, add support for snapshot on succesful commit in Travis.