This is an automated email from the ASF dual-hosted git repository.

feiwang pushed a commit to branch CELEBORN-1982
in repository https://gitbox.apache.org/repos/asf/celeborn.git

commit d0adebd129cb401b6d0dc702ef5efbf7646264e0
Author: Wang, Fei <[email protected]>
AuthorDate: Sat Apr 26 16:56:57 2025 -0700

    remove jmh plugin
---
 project/CelebornBuild.scala | 1 -
 project/plugins.sbt         | 2 --
 2 files changed, 3 deletions(-)

diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index 1eb6223ae..e8818977f 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -758,7 +758,6 @@ object CelebornMaster {
         Dependencies.scalatestMockito % "test",
       ) ++ commonUnitTestDependencies ++ mpuDependencies ++ jmhDependencies
     )
-    .enablePlugins(pl.project13.scala.sbt.JmhPlugin)
 }
 
 object CelebornWorker {
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b6bc803fd..9e3b73c49 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -24,5 +24,3 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
 addSbtPlugin("org.openapitools" % "sbt-openapi-generator" % "7.8.0")
 
 addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
-
-addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

Reply via email to