commit d0566dfc7ede5e6d834a5f8e866412079ec0b4e4 Author: Eric Ayers Date: Tue Oct 18 06:01:13 2016 -0400 Back down the minimum required java version for running Pants tools to java 7 The pants 1.2.0rc1 release requried java8 to run tests. This backs down that requirement to java7 for all the pants tools. (Square has hadoop dependencies that we still want to test under the Java 7 jvm.) The change to require java 8 was introduced in: https://rbcommons.com/s/twitter/r/4127/ https://rbcommons.com/s/twitter/r/4253/ This will also require a subsequent update to re-publish the artifacts and bump the junit-runner verison. Testing Done: Passed junit tests locally Tested the runner locally in Square's java repo CI running at https://travis-ci.org/pantsbuild/pants/builds/168153814 Bugs closed: 3980 Reviewed at https://rbcommons.com/s/twitter/r/4314/ src/java/org/pantsbuild/tools/junit/impl/Spec.java | 3 ++- .../org/pantsbuild/tools/junit/impl/SpecParser.java | 21 +++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-)