Hi. In an sbt multi project build I tried defining a envFilename per sub project (each sub project has a main method). Since this setting must be in global scope (ThisBuild) it doesn't matter whether it's defined at the top level or within a subproject in an sbt file, the last value it was set with will be used.
Is there a way to scope dotenv files to projects?
Hi. In an sbt multi project build I tried defining a
envFilenameper sub project (each sub project has a main method). Since this setting must be in global scope (ThisBuild) it doesn't matter whether it's defined at the top level or within a subproject in an sbt file, the last value it was set with will be used.Is there a way to scope dotenv files to projects?