You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: