Apply plugin from own repository

Hi,

How can I apply a plugin like e.g. apply plugin: ‘vaadin’ but tell gradle to resolve the plugin from my own repository ?

Regards

Nelson

You need to specify the plugin as a buildscript dependency that can be obtained from your repository. See http://www.gradle.org/docs/current/userguide/custom_plugins.html#N167CE