Hello, Stu mentioned earlier that there is a team ...
# general
l
Hello, Stu mentioned earlier that there is a team who would like to bundle a jvm_app that is a dependency to a junit_tests target. I'm on that team simple smile I have been trying to create a custom task to invoke the bundle task before the tests are run. However, I found that the bundle task only runs for the target_roots (bundle_create.py, line 66: for target in self.context.target_roots:) so even though I'm able to invoke the bundle task, it doesn't do anything.