Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpicker0/19b8f00f307c0e9e9caef6015f437ae1 to your computer and use it in GitHub Desktop.
Save mpicker0/19b8f00f307c0e9e9caef6015f437ae1 to your computer and use it in GitHub Desktop.
SBT print system properties and env proprties
sbt> eval new scala.sys.SystemProperties().toSeq.sortBy(_._1).foreach(println _)
sbt> eval scala.sys.env.toSeq.sortBy(_._1).foreach(println _)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment