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 945334c commit 7b92980Copy full SHA for 7b92980
project/Build.scala
@@ -19,6 +19,7 @@ object DottyBuild extends Build {
19
20
val defaults = Defaults.coreDefaultSettings ++ Seq(
21
scalaVersion in Global := "2.11.5",
22
+ publishArtifact in packageDoc := false,
23
version in Global := "0.1-SNAPSHOT",
24
organization in Global := "org.scala-lang",
25
organizationName in Global := "LAMP/EPFL",
0 commit comments