Skip to content

Commit 7b92980

Browse files
committed
disable doc generation
1 parent 945334c commit 7b92980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ object DottyBuild extends Build {
1919

2020
val defaults = Defaults.coreDefaultSettings ++ Seq(
2121
scalaVersion in Global := "2.11.5",
22+
publishArtifact in packageDoc := false,
2223
version in Global := "0.1-SNAPSHOT",
2324
organization in Global := "org.scala-lang",
2425
organizationName in Global := "LAMP/EPFL",

0 commit comments

Comments
 (0)