chore: Temporarily disable the license report generation to speed up build (#704)

* fix: using project/index generator

* fix: broken link

* chore: reformat code

* simplify generator and build fixes

* additional documentation clarify

* code format chore

* chore: reducing cr cost

* chore: remove unnecessary

* reset link configuration

* keep index doc

* disable license report by default

* reduce license because disable by default

* Change the description of build paradox

* chore: code fmt
This commit is contained in:
AndyChen 2024-01-23 19:33:33 +08:00 committed by GitHub
parent 6df4b88df4
commit 108f5d123a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 106 additions and 17 deletions

View file

@ -257,6 +257,7 @@ lazy val docs = pekkoModule("docs")
PekkoParadoxPlugin,
NoPublish,
ParadoxBrowse,
ProjectIndexGenerator,
ScaladocNoVerificationOfDiagrams,
StreamOperatorsIndexGenerator,
Jdk9)