> However, from a users point of view, a plugin is "used" as part of the > current script. Another script might also be "used" or "included" as part of > the script. > > That is why I would stay with 'usePlugin' or just 'use'. >
I second to this. But since 'use' is a Groovy keyword and 'usePlugin' is no longer accurate (or is it? I still see a plugin as something implementing Plugin and script just ordinary Groovy script, they are just distinct from my point of view), I kinda understand the choose of 'apply'. Maybe 'include' would be better, I don't know. LT
