Returns a collection of all buf tasks registered in the project.
Example:
protoTasks.buf.matchingSourceSet("main")
protoTasks.buf.testTasks()
protoTasks.buf
.testTasks()
.matching { ... }
.all { ... }Content copied to clipboard
Returns a collection of all buf tasks registered in the project.
Example:
protoTasks.buf.matchingSourceSet("main")
protoTasks.buf.testTasks()
protoTasks.buf
.testTasks()
.matching { ... }
.all { ... }