File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,10 @@ object Build {
272272 )
273273
274274 // Settings used when compiling dotty with a non-bootstrapped dotty
275- lazy val commonBootstrappedSettings = commonDottySettings ++ Seq (
275+ lazy val commonBootstrappedSettings = commonBootstrappedSettings0 ++ Seq (
276+ disableDocSetting,
277+ )
278+ lazy val commonBootstrappedSettings0 = commonDottySettings ++ Seq (
276279 unmanagedSourceDirectories in Compile += baseDirectory.value / " src-bootstrapped" ,
277280
278281 version := dottyVersion,
@@ -1451,8 +1454,6 @@ object Build {
14511454 resolvers += Resolver .jcenterRepo,
14521455 resolvers += Resolver .bintrayRepo(" kotlin" , " kotlin-dev" ),
14531456 resolvers += Resolver .bintrayRepo(" virtuslab" , " dokka" ),
1454- // hack, we cannot build documentation so we need this to publish locally
1455- publishArtifact in (Compile , packageDoc) := false
14561457 )
14571458
14581459 def asScala3doc : Project =
You can’t perform that action at this time.
0 commit comments