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