This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 3aaf8398095 add back ticks to highlight command to be used (#37321)
3aaf8398095 is described below
commit 3aaf8398095c188c0ba7c614f986c7339d500d98
Author: Derrick Williams <[email protected]>
AuthorDate: Thu Jan 15 11:59:16 2026 -0500
add back ticks to highlight command to be used (#37321)
---
build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 9ba13dcd272..342fe1ee32f 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -777,7 +777,7 @@ tasks.register("validateChanges") {
println("Found ${errors.size} errors")
if (errors.isNotEmpty()) {
- throw GradleException("CHANGES.md validation failed with the following
errors:\n${errors.joinToString("\n")}\n\nYou can run ./gradlew formatChanges to
correct some issues.")
+ throw GradleException("CHANGES.md validation failed with the following
errors:\n${errors.joinToString("\n")}\n\nYou can run `./gradlew formatChanges`
to correct some issues.")
}
println("CHANGES.md validation successful")