* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
16 lines
399 B
Scala
16 lines
399 B
Scala
import akka._
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.docFormatSettings
|
|
site.settings
|
|
OSGi.parsing
|
|
Dependencies.parsing
|
|
|
|
unmanagedSourceDirectories in ScalariformKeys.format in Test <<= unmanagedSourceDirectories in Test
|
|
scalacOptions += "-language:_"
|
|
|
|
// ScalaDoc doesn't like the macros
|
|
sources in doc in Compile := List()
|
|
|
|
enablePlugins(ScaladocNoVerificationOfDiagrams)
|
|
disablePlugins(MimaPlugin)
|