executableFiles

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

How to configure

@get:InputFiles
@get:PathSensitive(value = PathSensitivity.NONE)
abstract val executableFiles: ListProperty<File>(source)

List of executable files used during buf generate command execution.

See also