Skip to content

Commit 5517ae8

Browse files
authored
Add missing READMEs (googleapis#2338)
1 parent 9ddeb40 commit 5517ae8

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Google Cloud Java Dependency Verification
2+
==========================
3+
4+
Google Cloud Java Dependency Verification is a module independent from the rest of Google Cloud Java and is used to validate absence of dependency conflicts in Google Cloud Java libraries, when used by external consumers.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Google Cloud Java Consumer
2+
==========================
3+
4+
The Google Cloud Error Reporting Consumer is a module which uses google-cloud artifact as a dependency to check that it can be used in external modules without dependency conflicts.
5+
6+
##### Usage
7+
8+
Build the module and check that there are no any build errors
9+
```
10+
mvn clean install
11+
```
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Google Cloud Java Error Reporting Consumer
2+
==========================
3+
4+
The Google Cloud Error Reporting Consumer is a utility module which uses google-cloud-errorreporting artifact as a dependency to check that it can be used in external modules without dependency conflicts.
5+
6+
##### Usage
7+
8+
Build the module and check that there are no any build errors
9+
```
10+
mvn clean install
11+
```
12+

0 commit comments

Comments
 (0)