Skip to content

Commit f239bdb

Browse files
smarterodersky
authored andcommitted
Disable scaladoc generation for dotty
This makes "publishLocal" much faster which is extremely useful when working on the sbt bridge.
1 parent eb95a04 commit f239bdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/Build.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ object DottyBuild extends Build {
6464
lazy val dotty = project.in(file(".")).
6565
dependsOn(`dotty-interfaces`).
6666
settings(
67+
// Disable scaladoc generation, makes publishLocal much faster
68+
publishArtifact in packageDoc := false,
69+
6770
overrideScalaVersionSetting,
6871

6972
// set sources to src/, tests to test/ and resources to resources/

0 commit comments

Comments
 (0)