2015-05-21 09:48:49 +03:00
|
|
|
import akka.{ AkkaBuild, Dependencies, Formatting, MultiNodeScalaTest, Unidoc }
|
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
|
|
|
|
|
|
2014-09-16 10:53:04 +02:00
|
|
|
Dependencies.remoteTests
|
2014-05-12 16:19:29 +02:00
|
|
|
|
|
|
|
|
// disable parallel tests
|
|
|
|
|
parallelExecution in Test := false
|
|
|
|
|
|
|
|
|
|
publishArtifact in Compile := false
|
|
|
|
|
|
2015-05-21 09:48:49 +03:00
|
|
|
enablePlugins(MultiNodeScalaTest)
|
2015-07-01 12:19:20 +02:00
|
|
|
|
|
|
|
|
AkkaBuild.dontPublishSettings
|