Skip to content

Commit

Permalink
Bump error prong plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Kovač committed Oct 17, 2017
1 parent c095b57 commit 1367f7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions retrofit-converter-thrifty/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'java'
apply plugin: 'jacoco'
apply plugin: 'net.ltgt.errorprone'
apply plugin: 'com.novoda.bintray-release'

Expand All @@ -25,6 +26,15 @@ dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
}

jacocoTestReport {
reports {
xml.enabled true
html.enabled false
}
}

check.dependsOn jacocoTestReport

publish {
userOrg = 'infinum'
groupId = project.group
Expand Down

0 comments on commit 1367f7b

Please sign in to comment.