tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
238 stars 13 forks source link

BuildTarget: Expose source paths as environment variable #87

Closed tindzk closed 4 years ago

tindzk commented 4 years ago

It is possible for multiple modules to share the same build target, but the executed class/command could not determine which modules referenced it. This limitation is addressed by introducing a new environment variable MODULE_SOURCE_PATHS which will contain the source paths of all modules that depend on the build target.