This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch branch-1.18.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit d1d76633c92b997d64276161e99c2265c54133be Author: Marton Greber <[email protected]> AuthorDate: Thu Oct 17 15:59:32 2024 +0200 Update outdated Gradle command in documentation Replaced the incorrect ./gradlew install command with the updated ./gradlew publishToMavenLocal in the documentation. This change reflects the current process for publishing to the local Maven repo. Thanks to Zoltan Chovan for diggin out the up to date command! Change-Id: I4dec2d92cea0035a368c882cc807b988d2fd0250 Reviewed-on: http://gerrit.cloudera.org:8080/21951 Tested-by: Kudu Jenkins Reviewed-by: Zoltan Chovan <[email protected]> Reviewed-by: Attila Bukor <[email protected]> (cherry picked from commit 1c72398b47ebf830f76fa51719e97eadcf010166) Reviewed-on: http://gerrit.cloudera.org:8080/21997 Reviewed-by: Abhishek Chennaka <[email protected]> --- java/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/README.adoc b/java/README.adoc index e37846fb7..d5eda43b4 100644 --- a/java/README.adoc +++ b/java/README.adoc @@ -125,7 +125,7 @@ to rule out any build issues. [source,bash] ---- -$ ./gradlew install +$ ./gradlew publishToMavenLocal ---- === Checking for Dependency Updates
