* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
10 lines
264 B
Scala
10 lines
264 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi }
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
// OSGi.persistenceTck TODO: we do need to export this as OSGi bundle too?
|
|
Dependencies.persistenceTck
|
|
|
|
fork in Test := true
|
|
|
|
disablePlugins(MimaPlugin)
|