This is an automated email from the ASF dual-hosted git repository.

mgreber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c72398b4 Update outdated Gradle command in documentation
1c72398b4 is described below

commit 1c72398b47ebf830f76fa51719e97eadcf010166
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]>
---
 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

Reply via email to