Package com.diffplug.gradle.spotless
Class ProtobufExtension.BufFormatExtension
java.lang.Object
com.diffplug.gradle.spotless.ProtobufExtension.BufFormatExtension
- Enclosing class:
ProtobufExtension
-
Method Summary
Modifier and TypeMethodDescriptionWhen used in conjunction with thebuf-gradle-plugin, thebufexecutable can be resolved from itsbufToolconfiguration:
-
Method Details
-
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 }
-