I have answered my own question:

> compileScala.scalaCompileOptions.useCompileDaemon = true


I created a task for listing all the properties:

> task show << {
>   compileScala.properties.each{println it}
>   compileScala.scalaCompileOptions.properties.each{println it}  
> }


Jesse 

On Mar 4, 2010, at 10:56 AM, Jesse Eichar wrote:

> Hi,
> 
> Is there a way to pass arguments to scalac in gradle?  
> 
> Or how about connecting to the fsc compilation server?
> 
> Should I not use the scala plugin and instead use ANT?
> 
> Thanks,
> Jesse


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to