Skip to content

Instantly share code, notes, and snippets.

@gonaumov
Created July 16, 2016 21:09
Show Gist options
  • Save gonaumov/5be8a43e2fadc7d286e019591cfb705a to your computer and use it in GitHub Desktop.
Save gonaumov/5be8a43e2fadc7d286e019591cfb705a to your computer and use it in GitHub Desktop.
def printBaseDirectory(baseDir: sbt.File)(streams: TaskStreams): Unit = {
streams.log.info("Here I want to print value of baseDirectory")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment