protoTasks

Available in a dev version: 0․11․0-grpc-186

How to configure

Returns a collection of all proto tasks registered in the project.

Example:

protoTasks.matchingSourceSet("main")
protoTasks.testTasks()
protoTasks.
.testTasks()
.matching { ... }
.all { ... }