Skip to content

Commit 557d448

Browse files
authored
Merge pull request #1631 from felixmulder/topic/fix-nightly
Fix nightly builds
2 parents aae4019 + d890629 commit 557d448

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

project/Build.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ 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-
7067
overrideScalaVersionSetting,
7168

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

0 commit comments

Comments
 (0)