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