Skip to content

Use full names for classes instead of imports #143

Open
@Andrey9kin

Description

@Andrey9kin

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions