Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildTarget: Expose source paths as environment variable #87

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

tindzk
Copy link
Owner

@tindzk tindzk commented Feb 26, 2020

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.

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.
@tindzk tindzk force-pushed the feat/build-target-source-paths branch from 90adc4b to 9d04683 Compare February 26, 2020 18:26
@tindzk tindzk changed the title BuildTarget: Expose parent source paths BuildTarget: Expose source paths as environment variable Feb 26, 2020
@tindzk tindzk merged commit 62d654e into master Feb 26, 2020
@tindzk tindzk deleted the feat/build-target-source-paths branch February 26, 2020 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant