summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Zambelli Sessona <diego.sessona@gmail.com>2023-11-17 15:49:36 +0100
committerDiego Zambelli Sessona <diego.sessona@gmail.com>2023-11-17 15:57:46 +0100
commit23acbe4a33b8723ff6142a89ad06558b3dc8783c (patch)
treeff9e40f271d81ad95c925c3fafac169d288f4b22
parent010668758e68298ae17d2fd3abf6bedc89c3497d (diff)
Fix documentation for testing stable-3.9
Documentation stated to run the tests using the config java17 in the java17 section. There is no such a configuration on bazelrc and documentation now mentions to just use `bazelisk test` without configuration to run the tests with java17. Bug: Issue 311436730 Release-Notes: skip Change-Id: I8d4a4f88af3a3ad9a794f43a192d6874596b35ab
-rw-r--r--Documentation/dev-bazel.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 21bdde03e0..e81120b9ff 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -75,7 +75,7 @@ Java 17 is supported. To build Gerrit with Java 17, run:
To run the tests with Java 17, run:
```
- $ bazelisk test --config=java17 //...
+ $ bazelisk test //...
```
=== Node.js and npm packages