This is an automated email from the ASF dual-hosted git repository. dimas pushed a commit to branch revert-2572-fix-readme in repository https://gitbox.apache.org/repos/asf/polaris.git
commit 3e62c59479f7a638db1f7e799acaae18fde67bd1 Author: Dmitri Bourlatchkov <dmitri.bourlatch...@gmail.com> AuthorDate: Mon Sep 15 18:22:59 2025 -0400 Revert "fix password in README.md for ``./gradlew run` (#2572)" This reverts commit 08086b300f815c02e9f5988760d0470f0eeb1bc6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa44717ab..0abadaf25 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 27+. - `./gradlew build` - To build and run tests. Make sure Docker is running, as the integration tests depend on it. - `./gradlew assemble` - To skip tests. - `./gradlew check` - To run all checks, including unit tests and integration tests. -- `./gradlew run` - To run the Polaris server locally; the server is reachable at localhost:8181. This is also suitable for running regression tests, or for connecting with Spark. Set your own credentials by specifying system property `./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,s3cr3t` where: +- `./gradlew run` - To run the Polaris server locally; the server is reachable at localhost:8181. This is also suitable for running regression tests, or for connecting with Spark. Set your own credentials by specifying system property `./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,secret` where: - `POLARIS` is the realm - `root` is the CLIENT_ID - `secret` is the CLIENT_SECRET