Skip to content

Commit

Permalink
Update Error Prone version to 2.1.3 & Plugin to 0.0.13 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Dec 27, 2017
1 parent e07eb00 commit 56f2b30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
compile localGroovy()
compile 'com.android.tools.build:gradle:3.0.1'
compile 'de.aaschmid:gradle-cpd-plugin:1.1'
compile 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.10'
compile 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.13'

testCompile 'junit:junit:4.12'
testCompile "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,6 @@ class CodeQualityToolsPluginExtension {
boolean enabled = true

/** @since 0.6.0 */
String toolVersion = '2.0.20'
String toolVersion = '2.1.3'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CodeQualityToolsPluginExtensionTest {
assert !extension.htmlReports
assert !extension.textReports

assert extension.errorProne.toolVersion == '2.0.20'
assert extension.errorProne.toolVersion == '2.1.3'
assert extension.cpd.toolVersion == '5.4.2'
assert extension.detekt.toolVersion == '1.0.0.M13.2'
assert extension.ktlint.toolVersion == '0.13.0'
Expand Down

0 comments on commit 56f2b30

Please sign in to comment.