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.
2 parents aae4019 + d890629 commit 557d448Copy full SHA for 557d448
project/Build.scala
@@ -64,9 +64,6 @@ 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