Skip to content

Commit

Permalink
chore(build.sbt): removing the scripted change as it is not needed. p…
Browse files Browse the repository at this point in the history
  • Loading branch information
brbrown25 committed Mar 10, 2022
1 parent 63be771 commit 4174fe4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,7 @@ lazy val plugin = project
scalaVersion := Scala212,
libraryDependencies += "org.scalatest" %%% "scalatest" % ScalaTestVersion % Test,
Compile / resourceGenerators += generateVersionFile.taskValue,
scriptedLaunchOpts := {
scriptedLaunchOpts.value ++
Seq("-Xmx1024M", s"-Dplugin.version=${version.value}", s"-Dproject.version=${version.value}")
},
scriptedLaunchOpts += version.apply { v => s"-Dproject.version=$v" }.value,
// both `locally`s are to work around sbt/sbt#6161
scriptedDependencies := {
locally { val _ = scriptedDependencies.value }
Expand Down

0 comments on commit 4174fe4

Please sign in to comment.