Skip to content

Commit

Permalink
Add errorprone
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Kovač committed Jul 18, 2017
1 parent 0ec6647 commit a0e19bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
buildscript {
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
jcenter()
}
dependencies {
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.11'
classpath 'com.novoda:bintray-release:0.5.0'
}
}
Expand Down
1 change: 1 addition & 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: 'net.ltgt.errorprone'
apply plugin: 'com.novoda.bintray-release'

sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit a0e19bc

Please sign in to comment.