* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
11 lines
273 B
Scala
11 lines
273 B
Scala
import akka._
|
|
import com.typesafe.sbt.pgp.PgpKeys.publishSigned
|
|
|
|
enablePlugins(JmhPlugin, ScaladocNoVerificationOfDiagrams)
|
|
disablePlugins(Unidoc, MimaPlugin)
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
AkkaBuild.dontPublishSettings
|
|
AkkaBuild.dontPublishDocsSettings
|
|
Dependencies.benchJmh
|