Skip to content

Commit b5361fa

Browse files
abgruszeckiromanowski
authored andcommitted
Remove unnecessary changes from SBT config
1 parent d605a4f commit b5361fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

project/Build.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 =

0 commit comments

Comments
 (0)