From 3a831d9308f571ea28e2d51cb522164197bce891 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Tue, 22 Nov 2016 13:57:30 +0100 Subject: Disable scaladoc generation for dotty-compiler We still publish an empty dotty-compiler_2.11-javadoc.jar to make sonatype happy. --- project/Build.scala | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 699c7ea8a..5eb05202b 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -140,6 +140,11 @@ object DottyBuild extends Build { settings( overrideScalaVersionSetting, + // Disable scaladoc generation, it's way too slow and we'll replace it + // by dottydoc anyway. We still publish an empty -javadoc.jar to make + // sonatype happy. + sources in (Compile, doc) := Seq(), + // necessary evil: dottydoc currently needs to be included in the dotty // project, for sbt integration unmanagedSourceDirectories in Compile := Seq((scalaSource in Compile).value), -- cgit v1.2.3