From 38fd81362824b062ebe79cfaec8ed6075039f116 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 20 Sep 2018 17:39:16 +0800 Subject: re-enable scaladoc plugin on existing modules to ensure their doccomments are captured --- build.sc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sc') diff --git a/build.sc b/build.sc index a31e2b62..bf81ffd7 100755 --- a/build.sc +++ b/build.sc @@ -36,6 +36,8 @@ trait MillModule extends MillPublishModule with ScalaModule{ outer => def repositories = super.repositories ++ Seq( MavenRepository("https://oss.sonatype.org/content/repositories/releases") ) + def scalacPluginClasspath = + super.scalacPluginClasspath() ++ Seq(main.moduledefs.jar()) def testArgs = T{ Seq.empty[String] } -- cgit v1.2.3