2015-06-06 09:16:49 -04:00
|
|
|
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, MultiNode, ScaladocNoVerificationOfDiagrams }
|
2014-05-12 16:19:29 +02:00
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
|
|
|
|
|
Formatting.formatSettings
|
|
|
|
|
|
2015-06-06 09:16:49 -04:00
|
|
|
OSGi.contrib
|
|
|
|
|
|
2015-05-21 21:07:37 +02:00
|
|
|
Dependencies.contrib
|
2014-05-12 16:19:29 +02:00
|
|
|
|
|
|
|
|
description := """|
|
|
|
|
|
|This subproject provides a home to modules contributed by external
|
|
|
|
|
|developers which may or may not move into the officially supported code
|
|
|
|
|
|base over time. A module in this subproject doesn't have to obey the rule
|
|
|
|
|
|of staying binary compatible between minor releases. Breaking API changes
|
|
|
|
|
|may be introduced in minor releases without notice as we refine and
|
|
|
|
|
|simplify based on your feedback. A module may be dropped in any release
|
2016-02-23 12:58:39 +01:00
|
|
|
|without prior deprecation. The Lightbend subscription does not cover
|
2014-05-12 16:19:29 +02:00
|
|
|
|support for these modules.
|
|
|
|
|
|""".stripMargin
|
2015-05-21 09:48:49 +03:00
|
|
|
|
|
|
|
|
enablePlugins(MultiNode, ScaladocNoVerificationOfDiagrams)
|