Created
July 16, 2016 21:25
-
-
Save gonaumov/243631072cd8895ff6761d1f4314f597 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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