commit b95a3a7c03298aa69bee22188c4b97d92efd4ac8 Author: Ity Kaul Date: Tue Jul 24 09:28:04 2018 -0700 Add functionality to create jars in zinc wrapper (#6094) ### Problem Invocations of zinc do not support jars. ### Solution Add functionality to the zinc wrapper to jar up the contents of _classesDirectory when an option is specified. src/scala/org/pantsbuild/zinc/options/OptionSet.scala | 1 + src/scala/org/pantsbuild/zinc/options/Options.scala | 12 ++++++++++++ 2 files changed, 13 insertions(+)