This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new fd8afd6e33 [MINOR] docs: Fix minor typos and inaccurate build
instructions in documentation (#12192)
fd8afd6e33 is described below
commit fd8afd6e33edaaa717330bbf8603601d136a9215
Author: Niraj Mahajan <[email protected]>
AuthorDate: Sun Jul 26 10:35:30 2026 +0530
[MINOR] docs: Fix minor typos and inaccurate build instructions in
documentation (#12192)
### What changes were proposed in this pull request?
Fix minor typos and inaccurate build instructions in documentation
### Why are the changes needed?
Just a minor.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass CI.
---
CONTRIBUTING.md | 6 +++---
README.md | 2 --
docs/how-to-build.md | 1 -
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6f7fc02315..69b72d5dfd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -169,7 +169,7 @@ bin/gravitino.sh stop
You can also build manually with:
```bash
-./mvnw clean install
+./gradlew build
```
## 🧰 Setting Up Your IDE (Optional)
@@ -182,7 +182,7 @@ If using WSL on Windows, install Java and dev tools inside
WSL. Access files via
## ⚙️ Build Profiles and JDK Requirements
-Gravitino uses Maven profiles for Scala:
+Gravitino uses Gradle properties for Scala:
* `-Pscala-2.12` for Scala 2.12
* `-Pscala-2.13` for Scala 2.13 (default)
@@ -228,7 +228,7 @@ Add or update tests in your PR. Test open PRs locally to
help maintainers.
Before contributing:
* Review [ASF License and IP Guidelines](https://www.apache.org/legal/)
-* Ensure all code is original or properly licensed and compatable with the
Apache License
+* Ensure all code is original or properly licensed and compatible with the
Apache License
## 📄 License
diff --git a/README.md b/README.md
index 2c1ffe6ea4..1ea9f01b19 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,6 @@ Clone or download the [Gravitino Playground
repository](https://github.com/apach
./bin/gravitino.sh stop
```
-Press `CTRL+C` to stop.
-
5. (Optional) Choose UI version
- By default, Gravitino uses the Web V2 UI.
diff --git a/docs/how-to-build.md b/docs/how-to-build.md
index 52d79e21d9..a4221cef1a 100644
--- a/docs/how-to-build.md
+++ b/docs/how-to-build.md
@@ -202,7 +202,6 @@ Updating the package list ensures you have the latest
information on the newest
**On Ubuntu (WSL):**
```shell
-curl -fsSL https
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64]
https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update