We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb95a04 commit f239bdbCopy full SHA for f239bdb
project/Build.scala
@@ -64,6 +64,9 @@ object DottyBuild extends Build {
64
lazy val dotty = project.in(file(".")).
65
dependsOn(`dotty-interfaces`).
66
settings(
67
+ // Disable scaladoc generation, makes publishLocal much faster
68
+ publishArtifact in packageDoc := false,
69
+
70
overrideScalaVersionSetting,
71
72
// set sources to src/, tests to test/ and resources to resources/
0 commit comments