hi omax,
There was a discussion about that on the mailinglist. have a look at
this thread:
http://www.mail-archive.com/[email protected]/msg02755.html
If you need further help, don't hesitate to ask.
regards,
René
Am 23.11.10 23:15, schrieb omax:
>
> Hello,
>
> I have usual setup of my sourceSets as following:
>
> sourceSets {
> main {
> java {
> srcDir 'src'
> }
> }
> }
>
> But some java sources are not compilable and I would like to exclude them.
> Is there any easy way to do it with gradle?
>
> I could do it with Maven using standard excludes as following:
>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <configuration>
> <excludes>
> <exclude>**/uncompilable/**</exclude>
> </excludes>
> </configuration>
> </plugin>
>
--
------------------------------------
Rene Groeschke
[email protected]
http://www.breskeby.com
http://twitter.com/breskeby
------------------------------------