Hi Ricardo, This mailing list has actually been deprecated, replaced by http://forums.gradle.org.
Would you mind asking the question there? On 13 May 2014 at 5:53:04 am, Ricardo Mayerhofer ([email protected]) wrote: Hi all, Is there a way to add a given plugin to gradle default classpath? Currently my aproach consists of copying the plugin jar to a folder and reference that folder in the build script. e.g. apply plugin: DeployPlugin buildscript { dependencies { classpath fileTree(dir: 'lib', include: '*.jar') } } I'm looking for a aproach where there is no need to reference the jar in the build script. I've tried to copy it to GRADLE_HOME/lib or GRADLE_HOME/lib/plugins, but it didn't work :( Thx. -- View this message in context: http://gradle.1045684.n5.nabble.com/Adding-plugin-to-gradle-classpath-tp5712659.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email — Luke Daley Gradleware Join us for Gradle Summit 2014, June 12th and 13th in Santa Clara, CA: http://www.gradlesummit.com
