Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saswata-dutta/a64bb7ce74fc2e17343388c3817541b7 to your computer and use it in GitHub Desktop.
Save saswata-dutta/a64bb7ce74fc2e17343388c3817541b7 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