commit eaab2d392ecd403a13f3c38873270175781ae6e0 Author: Fedor Korotkov Date: Fri May 22 09:55:50 2015 -0700 Updated zinc to use sbt 0.13.8 and new java compilers that provide a proper log level with their output. See https://github.com/pantsbuild/pants/issues/1557 for details. Also removed -fork-java option because with the new compilers it's redundant. Testing Done: An added test is passing with a local published Zinc. Bugs closed: 1557, 1573 Reviewed at https://rbcommons.com/s/twitter/r/2248/ src/scala/org/pantsbuild/zinc/Compiler.scala | 24 ++++++++++++++---------- src/scala/org/pantsbuild/zinc/Main.scala | 4 ++-- 2 files changed, 16 insertions(+), 12 deletions(-)