On 02/08/2011, at 6:49 AM, Meikel Brandmeyer wrote:

> Hi,
> 
> I'm the author of clojuresque, a gradle plugin for Clojure. Up to milestone 3 
> I was able to build my plugin with
> 
> dependencies {
>    compile gradleApi()
>    groovy localGroovy()
> }
> 
> in my build.gradle. But with milestone-4 this fails. Obviously because 
> JavaPlugin in plugins/gradle-plugins-1.0-milestone-4.jar (and others?) is not 
> on the classpath. eg. MavenPlugin and Jar task are also missing. Do I have to 
> add another option?

Not sure yet. The gradleApi() implementation did change for milestone-4, but 
this shouldn't have affected whether JavaPlugin is visible or not. I need to 
have a dig to see why this has happened, then we can look at how to fix it or 
work around it.


--
Adam Murdoch
Gradle Co-founder
http://www.gradle.org
VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting
http://www.gradleware.com

Reply via email to