* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
9 lines
246 B
Scala
9 lines
246 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, MultiNode, Unidoc, OSGi }
|
|
|
|
AkkaBuild.defaultSettings
|
|
AkkaBuild.experimentalSettings
|
|
Formatting.formatSettings
|
|
OSGi.distributedData
|
|
Dependencies.distributedData
|
|
|
|
enablePlugins(MultiNodeScalaTest)
|