Skip to content

Commit 8a6034e

Browse files
committed
Exclude scodec and cats-effect from community-docs
1 parent e61dfdc commit 8a6034e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,15 +394,15 @@ object projects:
394394
project = "scodec-bits",
395395
sbtTestCommand = "coreJVM/test;coreJS/test",
396396
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
397-
sbtDocCommand = "coreJVM/doc",
397+
// sbtDocCommand = "coreJVM/doc",
398398
dependencies = List(munit)
399399
)
400400

401401
lazy val scodec = SbtCommunityProject(
402402
project = "scodec",
403403
sbtTestCommand = "unitTests/test",
404404
// Adds <empty> package
405-
sbtDocCommand = "coreJVM/doc",
405+
// sbtDocCommand = "coreJVM/doc",
406406
dependencies = List(munit, scodecBits)
407407
)
408408

@@ -448,14 +448,14 @@ object projects:
448448
lazy val catsEffect2 = SbtCommunityProject(
449449
project = "cats-effect-2",
450450
sbtTestCommand = "test",
451-
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
451+
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
452452
dependencies = List(cats, disciplineMunit)
453453
)
454454

455455
lazy val catsEffect3 = SbtCommunityProject(
456456
project = "cats-effect-3",
457457
sbtTestCommand = "test",
458-
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
458+
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
459459
dependencies = List(cats, coop, disciplineSpecs2, scalacheck)
460460
)
461461

0 commit comments

Comments
 (0)