* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
8 lines
187 B
Scala
8 lines
187 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting }
|
|
|
|
AkkaBuild.defaultSettings
|
|
AkkaBuild.dontPublishSettings
|
|
Formatting.formatSettings
|
|
Dependencies.actorTests
|
|
|
|
disablePlugins(MimaPlugin)
|