Forked from ikenna/print system and environment properties in sbt console
Created
May 14, 2019 06:33
-
-
Save saswata-dutta/a64bb7ce74fc2e17343388c3817541b7 to your computer and use it in GitHub Desktop.
SBT print system properties and env proprties
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
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