File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -831,15 +831,7 @@ object Build {
831831 mainClass in (Jmh , run) := Some (" dotty.tools.benchmarks.Bench" ), // custom main for jmh:run
832832 javaOptions += " -DBENCH_CLASS_PATH=" + Attributed .data((fullClasspath in Compile ).value).mkString(" " , " :" , " " )
833833 ).
834- enablePlugins(JmhPlugin ).
835- settings(packSettings).
836- settings(
837- publishArtifact := false ,
838- packMain := Map (" bench" -> " dotty.tools.benchmarks.Bench" ),
839- packGenerateWindowsBatFile := false ,
840- packExpandedClasspath := true ,
841- packBashTemplate := baseDirectory.value + " /templates/launch.mustache"
842- )
834+ enablePlugins(JmhPlugin )
843835
844836 // Depend on dotty-library so that sbt projects using dotty automatically
845837 // depend on the dotty-library
You can’t perform that action at this time.
0 commit comments