This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8cb20277cb Fixed: Correct the Unix command for downloading the Gradle
wrapper in README (OFBIZ-13417)
8cb20277cb is described below
commit 8cb20277cb43c7c583f5d30048217806c25570f2
Author: Visvendra Singh Rajpoot <[email protected]>
AuthorDate: Thu May 21 18:47:36 2026 +0530
Fixed: Correct the Unix command for downloading the Gradle wrapper in
README (OFBIZ-13417)
The "Quick start" section of README.md documented the Unix command to
download the Gradle wrapper as an absolute path
(/gradle/init-gradle-wrapper.sh),
which makes it fail with "No such file or directory" when run from the
OFBiz home directory.
Use the relative executable form (./gradle/init-gradle-wrapper.sh),
consistent
with the other Unix-like commands in the README (e.g. ./gradlew,
./pullPluginSource.sh). The script is executable, so it runs directly.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7f3d7ed6ca..da8dd3c0ae 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ MS Windows: `init-gradle-wrapper`
> **Note** -
> If you wonder where are stored the PowerShell Executables, here are the
> answers: [https://s.apache.org/w5dye](https://s.apache.org/w5dye)
-Unix-like OS: `/gradle/init-gradle-wrapper.sh`
+Unix-like OS: `./gradle/init-gradle-wrapper.sh`
### Prepare OFBiz