2016-01-13 01:54:09 +01:00
|
|
|
import akka._
|
2016-01-12 13:45:18 +01:00
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
Formatting.docFormatSettings
|
|
|
|
|
site.settings
|
2016-01-13 01:54:09 +01:00
|
|
|
OSGi.parsing
|
2016-01-12 13:45:18 +01:00
|
|
|
Dependencies.parsing
|
|
|
|
|
|
|
|
|
|
unmanagedSourceDirectories in ScalariformKeys.format in Test <<= unmanagedSourceDirectories in Test
|
2016-01-18 18:16:30 +02:00
|
|
|
scalacOptions += "-language:_"
|
2016-01-12 13:45:18 +01:00
|
|
|
|
2016-01-18 18:16:30 +02:00
|
|
|
// ScalaDoc doesn't like the macros
|
|
|
|
|
sources in doc in Compile := List()
|
|
|
|
|
|
|
|
|
|
enablePlugins(ScaladocNoVerificationOfDiagrams)
|