System.getEnv does not update between different runs
Baccata opened this issue · 0 comments
Baccata commented
This is most likely a downside of keeping a daemon jvm, but it makes it impossible to use environment variables as inputs.
Maybe the mill launcher should pass the full environment to the program as a hidden parameter, which would allow for mill to provide a default Map[String, String]
input ?