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 mvillafuertem/1f2195b54d25eab1ef123d6c517cf088 to your computer and use it in GitHub Desktop.
Save mvillafuertem/1f2195b54d25eab1ef123d6c517cf088 to your computer and use it in GitHub Desktop.
SBT print system properties and env proprties
sbt> eval new scala.sys.SystemProperties().foreach(x => println(x))
sbt> eval scala.sys.env.foreach(x => println(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment