Skip to content

Instantly share code, notes, and snippets.

@gonaumov
Created July 16, 2016 21:25
Show Gist options
  • Save gonaumov/243631072cd8895ff6761d1f4314f597 to your computer and use it in GitHub Desktop.
Save gonaumov/243631072cd8895ff6761d1f4314f597 to your computer and use it in GitHub Desktop.
lazy val printBaseDirectory: TaskKey[Unit] = TaskKey[Unit]("printBaseDirectory", "Print baseDirectory for the project", KeyRanks.ATask)
printBaseDirectory := {
Tasks.printBaseDirectory(streams.value, baseDirectory.value)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment