-
Notifications
You must be signed in to change notification settings - Fork 47
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
Allow multiple packages to be defined with package_to_scan
env var
#161
Comments
Adds classpath helper to remove duplication
should be available in nightly >= 06-06-2018 |
just found this now - cannot find documentation about the variable - is there any ? Does the variable accept packnames or also wildcards ? So would |
@ajoecker It looks like this feature was implemented already. However there seems to be some issues related to this, they are referenced above. The current implementation is that, |
then no wildcard is needed... thx @nehashri |
Current Behaviour
To optimize the classes scanned to find all steps, hooks etc, we have a environment variable called
package_to_scan
. This takes only one value right now.Expected Behaviour
package_to_scan
should take multiple values.The text was updated successfully, but these errors were encountered: