* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
11 lines
299 B
Scala
11 lines
299 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, ScaladocNoVerificationOfDiagrams, OSGi }
|
|
|
|
AkkaBuild.defaultSettings
|
|
AkkaBuild.experimentalSettings
|
|
Formatting.formatSettings
|
|
OSGi.persistenceQuery
|
|
Dependencies.persistenceQuery
|
|
|
|
fork in Test := true
|
|
|
|
enablePlugins(ScaladocNoVerificationOfDiagrams)
|