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 { ... }Content copied to clipboard