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 ef357fc commit 4e56621Copy full SHA for 4e56621
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/ProtobufExtension.java
@@ -42,7 +42,7 @@ public LicenseHeaderConfig licenseHeaderFile(Object licenseHeaderFile) {
42
return licenseHeaderFile(licenseHeaderFile, LICENSE_HEADER_DELIMITER);
43
}
44
45
- /** Adds the specified version of <a href="https://github.com/pinterest/ktlint">ktlint</a>. */
+ /** Adds the specified version of <a href="https://buf.build/">buf</a>. */
46
public BufFormatExtension buf(String version) {
47
Objects.requireNonNull(version);
48
return new BufFormatExtension(version);
0 commit comments