Copy some GWT settings from Guava to Truth.

The Truth GWT Travis build is failing with "GC overhead limit exceeded":
https://travis-ci.org/google/truth/builds/498829960

I don't know whether this CL will help or not. If not, the next thing to try is probably to define a module and set it with <module>, as we also do with Guava.

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=235764378
1 file changed
tree: 026d0618fdbe1994952481887d5a84eedced31c2
  1. core/
  2. extensions/
  3. util/
  4. .gitignore
  5. .travis.yml
  6. CONTRIBUTING.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Main Site Build Status Maven Release Stackoverflow

What is Truth?

Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.

Truth is owned and maintained by the Guava team. It is used from the majority of the tests in Google’s own codebase.

Read more at the main website.