* addunidoc task via an AutoPlugin that depends on PrValidation and Unidoc autoplugins * separate cli option logic to a case class * remove autoplugin for root project
14 lines
286 B
Scala
14 lines
286 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi }
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
Formatting.formatSettings
|
|
|
|
OSGi.osgi
|
|
|
|
Dependencies.osgi
|
|
|
|
parallelExecution in Test := false
|
|
|
|
MimaKeys.reportBinaryIssues := () // disable bin comp check
|