Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8e5d55

Browse files
j256pongad
authored andcommitted
compat: fix instructions to take into account the google-cloud-bom requirement (googleapis#3214)
1 parent b3b2167 commit c8e5d55

File tree

1 file changed

+3
-1
lines changed
  • google-cloud-util/google-cloud-compat-checker

1 file changed

+3
-1
lines changed

google-cloud-util/google-cloud-compat-checker/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Usage:
99

1010
```
1111
git clone https://github.com/GoogleCloudPlatform/google-cloud-java.git
12-
cd google-cloud-java/google-cloud-util/google-cloud-compat-checker
12+
cd google-cloud-java/google-cloud-bom
13+
mvn install
14+
cd ../google-cloud-util/google-cloud-compat-checker
1315
mvn install
1416
mvn exec:java
1517
```

0 commit comments

Comments
 (0)