=pro 18053 Disable diagram validation
This commit is contained in:
parent
4086c6cde9
commit
cd965c80f9
2 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import akka._
|
||||
import com.typesafe.sbt.pgp.PgpKeys.publishSigned
|
||||
|
||||
enablePlugins(JmhPlugin)
|
||||
enablePlugins(JmhPlugin, ScaladocNoVerificationOfDiagrams)
|
||||
disablePlugins(Unidoc)
|
||||
|
||||
AkkaBuild.defaultSettings
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ import com.typesafe.sbt.SbtSite.site
|
|||
import com.typesafe.sbt.site.SphinxSupport._
|
||||
import com.typesafe.tools.mima.plugin.MimaKeys
|
||||
|
||||
enablePlugins(ScaladocNoVerificationOfDiagrams)
|
||||
|
||||
AkkaBuild.defaultSettings
|
||||
|
||||
Formatting.docFormatSettings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue