IIRC, that resulted in only sourceSets.b.classesDir getting into the jar. But I'll double-check.
~~ Robert. On 19 August 2010 13:37, TheKaptain <[email protected]> wrote: > > You should be able to add to the jar definition as a workaround: > > jar { > from sourceSets.a.classesDir > from sourceSets.b.classesDir > } > > Haven't tried it in action, but that should work to incorporate your other > source sets into the jar. > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Sub-Project-Not-Archiving-Non-Main-Source-Sets-tp2639915p2641294.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
