generate

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

How to configure

Returns a collection of all buf generate tasks registered in the project.

Example:

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