Skip to content

Commit 139f184

Browse files
authored
Merge pull request #123 from xuwei-k/SI-8449
remove SI-8449 workaround
2 parents 85eb192 + 19774f5 commit 139f184

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.sbt

+1-6
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@ lazy val root = (project in file(".")).
9797
sys.error("Java 8 or higher is required for this project.")
9898
},
9999

100-
publishArtifact in packageDoc := !disableDocs,
101-
102-
sources in (Compile, doc) := {
103-
val orig = (sources in (Compile, doc)).value
104-
orig.filterNot(_.getName.endsWith(".java")) // raw types not cooked by scaladoc: https://issues.scala-lang.org/browse/SI-8449
105-
}
100+
publishArtifact in packageDoc := !disableDocs
106101
).
107102
settings(
108103
(inConfig(JavaDoc)(Defaults.configSettings) ++ (if (disableDocs) Nil else Seq(

0 commit comments

Comments
 (0)