Package com.diffplug.gradle.spotless
Class ProtobufExtension.BufFormatExtension
- java.lang.Object
-
- com.diffplug.gradle.spotless.ProtobufExtension.BufFormatExtension
-
- Enclosing class:
- ProtobufExtension
public class ProtobufExtension.BufFormatExtension extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtobufExtension.BufFormatExtensionpathToExe(java.lang.String pathToExe)When used in conjunction with thebuf-gradle-plugin, thebufexecutable can be resolved from itsbufToolconfiguration:
-
-
-
Method Detail
-
pathToExe
public ProtobufExtension.BufFormatExtension pathToExe(java.lang.String pathToExe)
When used in conjunction with thebuf-gradle-plugin, thebufexecutable can be resolved from itsbufToolconfiguration:
Be sure to disable thespotless { protobuf { buf().pathToExe(configurations.getByName(BUF_BINARY_CONFIGURATION_NAME).getSingleFile().getAbsolutePath()) } }buf-gradle-plugin's execution ofbuf format:buf { enforceFormat = false }
-
-