It seems that *android.sourceSets.main*  is not longer available with the 
android gradle plugin 0.11.+.
Does anyone know what API replaced the old method?

I am using this method to push sources on central Maven.

task androidSourcesJar(type: Jar) {
        classifier = 'sources'
        from android.sourceSets.main.allSource
}


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/d/optout.

Reply via email to