We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580037d commit 3f7b1e8Copy full SHA for 3f7b1e8
plugin-gradle/README.md
@@ -484,7 +484,7 @@ spotless {
484
}
485
486
487
-// Be sure to disable the buf-gradle-plugin's native support of `buf format`:
+// Be sure to disable the buf-gradle-plugin's execution of `buf format`:
488
buf {
489
enforceFormat = false
490
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/ProtobufExtension.java
@@ -83,7 +83,7 @@ public class BufFormatExtension {
83
* }
84
* </pre>
85
*
86
- * Be sure to disable the {@code buf-gradle-plugin}'s native support of {@code buf format}:
+ * Be sure to disable the {@code buf-gradle-plugin}'s execution of {@code buf format}:
87
88
* <pre>
89
* {@code
0 commit comments