Skip to content

Commit

Permalink
Remove unused pack settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Jul 25, 2017
1 parent 11aef2c commit d198cd0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -831,15 +831,7 @@ object Build {
mainClass in (Jmh, run) := Some("dotty.tools.benchmarks.Bench"), // custom main for jmh:run
javaOptions += "-DBENCH_CLASS_PATH=" + Attributed.data((fullClasspath in Compile).value).mkString("", ":", "")
).
enablePlugins(JmhPlugin).
settings(packSettings).
settings(
publishArtifact := false,
packMain := Map("bench" -> "dotty.tools.benchmarks.Bench"),
packGenerateWindowsBatFile := false,
packExpandedClasspath := true,
packBashTemplate := baseDirectory.value + "/templates/launch.mustache"
)
enablePlugins(JmhPlugin)

// Depend on dotty-library so that sbt projects using dotty automatically
// depend on the dotty-library
Expand Down

0 comments on commit d198cd0

Please sign in to comment.