mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
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:
parent
c36a8b082f
commit
e34f3f3a94
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user