We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cb026 commit 47ab198Copy full SHA for 47ab198
java-showcase/README.md
@@ -17,7 +17,7 @@ update to a compatible client version in `./WORKSPACE`.
17
18
```shell
19
# Install the showcase server version defined in gapic-showcase/pom.xml
20
-cd showcase
+cd java-showcase
21
go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$(cd gapic-showcase;mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout |sed 's/\x1b\[[0-9;]*m//g')"
22
PATH=$PATH:`go env GOPATH`/bin
23
gapic-showcase --help
@@ -67,7 +67,7 @@ Open a new terminal window in the root project directory.
67
This step does not require Docker.
68
69
70
71
mvn verify -P enable-integration-tests
72
```
73
0 commit comments