=pro update sbt-jmh and include for compilation in root
This commit is contained in:
parent
99402e4127
commit
12419a7dd5
3 changed files with 4 additions and 10 deletions
|
|
@ -1,7 +1 @@
|
|||
import akka.{ AkkaBuild, Dependencies, Formatting, Unidoc }
|
||||
|
||||
import pl.project13.scala.sbt.SbtJmh._
|
||||
import pl.project13.scala.sbt.SbtJmh.JmhKeys._
|
||||
|
||||
jmhSettings
|
||||
|
||||
enablePlugins(JmhPlugin)
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ object AkkaBuild extends Build {
|
|||
}
|
||||
),
|
||||
aggregate = Seq(actor, testkit, actorTests, remote, remoteTests, camel, cluster, clusterMetrics, clusterTools, clusterSharding,
|
||||
slf4j, agent, persistence, persistenceTck, kernel, osgi, docs, contrib, samples, multiNodeTestkit, typed)
|
||||
slf4j, agent, persistence, persistenceTck, kernel, osgi, docs, contrib, samples, multiNodeTestkit, benchJmh, typed)
|
||||
)
|
||||
|
||||
lazy val akkaScalaNightly = Project(
|
||||
|
|
@ -65,7 +65,7 @@ object AkkaBuild extends Build {
|
|||
// remove dependencies that we have to build ourselves (Scala STM)
|
||||
// samples don't work with dbuild right now
|
||||
aggregate = Seq(actor, testkit, actorTests, remote, remoteTests, camel, cluster, clusterMetrics, clusterTools, clusterSharding,
|
||||
slf4j, persistence, persistenceTck, kernel, osgi, contrib, multiNodeTestkit, typed)
|
||||
slf4j, persistence, persistenceTck, kernel, osgi, contrib, multiNodeTestkit, benchJmh, typed)
|
||||
).disablePlugins(ValidatePullRequest)
|
||||
|
||||
lazy val actor = Project(
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
|
|||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
|
||||
|
||||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.1.6")
|
||||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.0")
|
||||
|
||||
// stats reporting
|
||||
libraryDependencies += "com.timgroup" % "java-statsd-client" % "2.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue