the Java source set allows you do that.

android {
  sourceSets {
    main {
      java {
        exclude ...
      }
    }
  }
}

Look at the official Gradle doc for options


On Fri, Feb 21, 2014 at 6:17 AM, Dario Bauer <[email protected]> wrote:

>  how I can "exclude from build path" some of the classes I have yet to
> complete?
>
> --
> You received this message because you are subscribed to the Google Groups
> "adt-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to