* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
12 lines
340 B
Scala
12 lines
340 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, MultiNodeScalaTest, SigarLoader }
|
|
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys._
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
SigarLoader.sigarSettings
|
|
OSGi.clusterMetrics
|
|
Dependencies.clusterMetrics
|
|
|
|
parallelExecution in Test := false
|
|
|
|
enablePlugins(MultiNodeScalaTest)
|