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.
This commit is contained in:
Havoc Pennington 2014-01-07 12:12:55 -05:00
parent c36a8b082f
commit e34f3f3a94

View File

@ -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,