File tree Expand file tree Collapse file tree
tests/benchmarks/src/main/scala/benchmarks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -654,17 +654,6 @@ lazy val snapshots = project
654654 .dependsOn(unit)
655655 .enablePlugins(BuildInfoPlugin )
656656
657- lazy val bench = project
658- .in(file(" tests/benchmarks" ))
659- .settings(
660- moduleName := " scip-java-bench" ,
661- Jmh / bspEnabled := false ,
662- (run / fork) := true ,
663- (publish / skip) := true
664- )
665- .dependsOn(unit)
666- .enablePlugins(JmhPlugin )
667-
668657lazy val javaOnlySettings = List [Def .Setting [_]](
669658 javafmtOnCompile := false ,
670659 autoScalaLibrary := false ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
66addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.3" )
77addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6" )
88addSbtPlugin(" com.lightbend.sbt" % " sbt-java-formatter" % " 0.6.1" )
9- addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.3" )
109addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.15.0" )
1110addSbtPlugin(" org.jetbrains.scala" % " sbt-kotlin-plugin" % " 3.1.6" )
1211addSbtPlugin(" com.github.sbt.junit" % " sbt-jupiter-interface" % " 0.15.1" )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments