在运行gradlew tasks
时,我看到许多默认的gradle任务,例如
Android tasks
-------------
androidDependencies - Displays the Android dependencies of the project.
signingReport - Displays the signing info for each variant.
sourceSets - Prints out all the source sets defined in this project.
如何查看默认任务的config / groovy代码?