Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Update checkstyle (v8.12) and codenarc (v1.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Sep 25, 2018
1 parent 62b6a58 commit c062f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/shipkit/shipkit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'com.gradle.plugin-publish'
apply from: "$rootDir/gradle/upgrade-downstream.gradle"

checkstyle {
toolVersion = '8.11'
toolVersion = '8.12'
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
}

Expand Down Expand Up @@ -49,7 +49,7 @@ test {
}

codenarc {
toolVersion = '1.2'
toolVersion = '1.2.1'
}

pluginBundle {
Expand Down

0 comments on commit c062f59

Please sign in to comment.