Skip to content

Commit

Permalink
corrected language for using gradle snippet. removed spurious metrics…
Browse files Browse the repository at this point in the history
…-jersey2 dependency.
  • Loading branch information
James Gorlick authored and astefanutti committed Jul 14, 2017
1 parent 7e75c5c commit ec21a06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ A working [gradle example][] is available, but each integration point is describ

##### build.gradle snippets

```java
```groovy
buildscript {
// ensure the gradle-aspectj integration is w/i the build classpath
dependencies {
Expand Down Expand Up @@ -141,7 +141,6 @@ dependencies {
compile "io.dropwizard.metrics:metrics-core:${metricsVer}"
compile "io.dropwizard.metrics:metrics-annotation:${metricsVer}"
compile "io.dropwizard.metrics:metrics-jersey2:${metricsVer}"
}
```

Expand Down

0 comments on commit ec21a06

Please sign in to comment.