2015-05-21 09:48:49 +03:00
|
|
|
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, MultiNodeScalaTest }
|
2014-05-12 16:19:29 +02:00
|
|
|
import com.typesafe.sbt.SbtMultiJvm.MultiJvmKeys._
|
|
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
|
|
|
|
|
Formatting.formatSettings
|
|
|
|
|
|
|
|
|
|
OSGi.cluster
|
|
|
|
|
|
2015-05-21 21:07:37 +02:00
|
|
|
Dependencies.cluster
|
2014-05-12 16:19:29 +02:00
|
|
|
|
2015-10-23 09:10:25 +03:00
|
|
|
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-cluster").value
|
2014-05-12 16:19:29 +02:00
|
|
|
|
|
|
|
|
// disable parallel tests
|
|
|
|
|
parallelExecution in Test := false
|
|
|
|
|
|
2015-05-21 09:48:49 +03:00
|
|
|
enablePlugins(MultiNodeScalaTest)
|