Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#30)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-04-20 16:02:41,179 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-policy-troubleshooter/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-20 16:02:42,598 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/4bd4d523-96be-4ee6-8248-7fe056577880/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 20, 2021
1 parent a385675 commit 3184ffe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/readme/synth.metadata/synth.metadata
@@ -0,0 +1,18 @@
{
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-policy-troubleshooter.git",
"sha": "a3856754fcc780fd452f21a0e02180de4ffbe04d"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2"
}
}
]
}
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter</artifactId>
<version>0.0.0</version>
<version>0.1.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.0.0'
compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.1.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.1.1"
```

## Authentication
Expand Down

0 comments on commit 3184ffe

Please sign in to comment.