Skip to content

Commit d198cd0

Browse files
committed
Remove unused pack settings
1 parent 11aef2c commit d198cd0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

project/Build.scala

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)