* 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
16 lines
353 B
Scala
16 lines
353 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi }
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
AkkaBuild.experimentalSettings
|
|
|
|
Formatting.formatSettings
|
|
|
|
// OSGi.persistenceTck TODO: we do need to export this as OSGi bundle too?
|
|
|
|
Dependencies.persistenceTck
|
|
|
|
MimaKeys.previousArtifact := None
|
|
|
|
fork in Test := true
|