Skip to content

Commit 6bba767

Browse files
authored
Merge pull request #1733 from dotty-staging/disable/scaladoc
Disable scaladoc generation for dotty-compiler
2 parents c488e01 + 3a831d9 commit 6bba767

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

project/Build.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ object DottyBuild extends Build {
140140
settings(
141141
overrideScalaVersionSetting,
142142

143+
// Disable scaladoc generation, it's way too slow and we'll replace it
144+
// by dottydoc anyway. We still publish an empty -javadoc.jar to make
145+
// sonatype happy.
146+
sources in (Compile, doc) := Seq(),
147+
143148
// necessary evil: dottydoc currently needs to be included in the dotty
144149
// project, for sbt integration
145150
unmanagedSourceDirectories in Compile := Seq((scalaSource in Compile).value),

0 commit comments

Comments
 (0)