This is an automated email from the ASF dual-hosted git repository.
mbudiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 14bde13723 Correct typos in Gradle file comments
14bde13723 is described below
commit 14bde137233e3bfa5fe2a58e01c6d396f434ae7c
Author: cancaicai <[email protected]>
AuthorDate: Sat Jul 20 09:49:21 2024 +0800
Correct typos in Gradle file comments
---
bom/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bom/build.gradle.kts b/bom/build.gradle.kts
index 3cc33230da..1cb1f32244 100644
--- a/bom/build.gradle.kts
+++ b/bom/build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
val String.v: String get() = rootProject.extra["$this.version"] as String
// Note: Gradle allows to declare dependency on "bom" as "api",
-// and it makes the contraints to be transitively visible
+// and it makes the constraints to be transitively visible
// However Maven can't express that, so the approach is to use Gradle
resolution
// and generate pom files with resolved versions
// See https://github.com/gradle/gradle/issues/9866