aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-10-08 18:05:56 -0700
committerKenny Root <kenny@the-b.org>2015-10-08 18:14:46 -0700
commitc3c717202eef98be80c0c0fb4119eaa3badfd1b4 (patch)
tree522c980cdf5befae9cbeb94b691055f82838b030 /config
parent364e116a611078ee91449b8388f22d43ec80b610 (diff)
downloadconnectbot-c3c717202eef98be80c0c0fb4119eaa3badfd1b4.tar.gz
connectbot-c3c717202eef98be80c0c0fb4119eaa3badfd1b4.tar.bz2
connectbot-c3c717202eef98be80c0c0fb4119eaa3badfd1b4.zip
Update checkstyle and fix violations
Diffstat (limited to 'config')
-rw-r--r--config/quality.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/quality.gradle b/config/quality.gradle
index 2df9dcb..d521b7a 100644
--- a/config/quality.gradle
+++ b/config/quality.gradle
@@ -1,5 +1,10 @@
apply plugin: 'checkstyle'
+checkstyle {
+ // This can't go past 6.7 until we upgrade to Gradle 2.7
+ toolVersion = "6.7"
+}
+
check.dependsOn 'checkstyle'
task checkstyle(type: Checkstyle) {