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

Use full names for classes instead of imports #143

Open
Andrey9kin opened this issue Feb 8, 2017 · 0 comments
Open

Use full names for classes instead of imports #143

Andrey9kin opened this issue Feb 8, 2017 · 0 comments

Comments

@Andrey9kin
Copy link
Contributor

imports in groovy scripts create a dependency to plugins, i.e. we have to have all plugins installed since imports will always be executed.
The idea is to avoid such unnecessary dependency by using full class names instead of imports. In this case, classes will be called only after we check that configuration section is enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants