summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-05-06 12:42:18 +0800
committerGitHub <noreply@github.com>2022-05-06 00:42:18 -0400
commit23b86364ef3dbccc19f5f3828e6d115f7b015651 (patch)
tree34569844abf47869bfa39fc0daed362ce0c324e4 /build
parent45471decdf572156189e66db59c8a1e82085299f (diff)
downloadthrift-23b86364ef3dbccc19f5f3828e6d115f7b015651.tar.gz
THRIFT-5570: update java lib document about gradle usage (#2583)
* update java doc about gradle usage * update .gitignore
Diffstat (limited to 'build')
-rw-r--r--build/cmake/FindGradle.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cmake/FindGradle.cmake b/build/cmake/FindGradle.cmake
index 8845d697e..3806bd8b8 100644
--- a/build/cmake/FindGradle.cmake
+++ b/build/cmake/FindGradle.cmake
@@ -21,7 +21,7 @@
# GRADLE_FOUND - system has Gradle
# GRADLE_EXECUTABLE - the Gradle executable
#
-# It will search the environment variable ANT_HOME if it is set
+# It will search the environment variable GRADLE_HOME if it is set
include(FindPackageHandleStandardArgs)