Raised a jira for this: http://jira.codehaus.org/browse/GRADLE-1144
thanks, --a On Mon, Sep 6, 2010 at 3:53 PM, Rene Groeschke <[email protected]> wrote: > Hi Andrew, > In my opinion you definitely run into a gradle bug here. The following > script should work with gradle, but unfortunately it doesn't: > > ==== > buildscript { > repositories { > flatDir name: 'local repo', dirs:'/Users/andrew/.m2/repository' > } > dependencies { > classpath "org.foo:my-compiler-adapter:0....@jar" > } > } > > apply plugin: 'java' > compileJava.options.compiler = "org.foo.MyCompilerAdapter" > ==== > > could you raise a jira issue? Maybe Adam knows more about the problem > and can give you a hint for a workaround. > > regards, > René > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
