Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 47ab198

Browse filesBrowse files
authored
chore: Update README and CI with the new name of showcase module. (#3680)
#3568 updated the name `showcase` module to `java-showcase`. This PR updates a few places that still reference the old name to the new name.
1 parent 18cb026 commit 47ab198
Copy full SHA for 47ab198

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎java-showcase/README.md

Copy file name to clipboardExpand all lines: java-showcase/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ update to a compatible client version in `./WORKSPACE`.
1717

1818
```shell
1919
# Install the showcase server version defined in gapic-showcase/pom.xml
20-
cd showcase
20+
cd java-showcase
2121
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')"
2222
PATH=$PATH:`go env GOPATH`/bin
2323
gapic-showcase --help
@@ -67,7 +67,7 @@ Open a new terminal window in the root project directory.
6767
This step does not require Docker.
6868

6969
```shell
70-
cd showcase
70+
cd java-showcase
7171
mvn verify -P enable-integration-tests
7272
```
7373

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.