From e34f3f3a94a67141c99f00af164994f3f979eedd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 7 Jan 2014 12:12:55 -0500 Subject: [PATCH] Remove javadoc -exclude option which apparently doesn't work I'm not 100% sure what was up here; did it used to work and now doesn't? Anyway, we just don't pass those sources to javadoc anymore. --- config/build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/build.sbt b/config/build.sbt index b4de1d14..b312dd98 100644 --- a/config/build.sbt +++ b/config/build.sbt @@ -32,8 +32,6 @@ findbugsMaxMemory := 1000 seq(jacoco.settings : _*) -javacOptions in (Compile,doc) ++= Seq("-exclude", "com.typesafe.config.impl") - javacOptions in (Compile,compile) ++= Seq("-source", "1.6", "-target", "1.6", "-g") // because we test some global state such as singleton caches,