Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Get rid of implicit
  • Loading branch information
darthorimar committed Jul 14, 2017
commit ccb3e02acaacd0cda38608eab303fcce96d2d13e
5 changes: 2 additions & 3 deletions stage2/ToolsTasks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ class ToolsTasks(
))

def giter8 = {
implicit val context: Context = FakeContext(stage2Args).copy(args = args.drop(1))

val giter = DirectoryDependency(cbtHome / "tools" / "giter8").dependency
val context: Context = FakeContext(stage2Args).copy(args = args.drop(1))
val giter = DirectoryDependency(cbtHome / "tools" / "giter8")(context).dependency
lib.callReflective(giter, Some("createTemplate"), context)
}
def g8 = giter8
Expand Down