You can find this info in documentation <http://tools.android.com/build/gradleplugin>. Specifically, application plugin located here <https://android.googlesource.com/platform/tools/base/+/master/build-system/gradle/src/main/groovy/com/android/build/gradle/AppPlugin.groovy> .
On Thursday, November 26, 2015 at 6:32:56 AM UTC+2, Kiran Rao wrote: > > I want to look at the source of the Gradle tasks that are included by the > Android Gradle plugin - i.e., those tasks added by 'apply plugin: > "com.android.application"' > > I Imagine there is some sort of global gradle file which defines these > tasks (basically akin to the $ANDROID_SDK/tools/ant/build.xml or > uibuild.xml files that defined the ant tasks previously). Where do I find > this? > -- 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.
