Skip to content

Commit

Permalink
More details in readme.md (jcenter repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
bk-mz committed Nov 30, 2020
1 parent 039ea32 commit dcf5595
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ Common example of how to generate the client code and use it in your project:
1. Generate Petstore dropwizard client
2. Make java classes depend on generated sources

```build.gradle
```build.gradle
plugins {
id('java')
id('com.twilio.guardrail.gradle.plugin')
}
repositories {
jcenter()
}
dependencies {
... // insert corresponding dependencies to compile
}
Expand Down

0 comments on commit dcf5595

Please sign in to comment.