Local

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

How to configure

Local protoc plugin artifact.

Local artifact is defined by a list of command-line arguments that execute the plugin - executor

See also

Properties

Link copied to clipboard
val executableFiles: ListProperty<File>

Specifies the files that will be used during execution by the plugin.

Link copied to clipboard
val executor: ListProperty<String>

Command-line arguments that execute the plugin.

Functions

Link copied to clipboard
fun executor(elements: Provider<List<String>>)
fun executor(vararg elements: String)

Command-line arguments that execute the plugin.

Link copied to clipboard
fun javaJar(jarPath: String)
fun javaJar(jarPath: Provider<String>, executablePath: Provider<String>? = null)

Protoc plugin jar file path.