From f6dfe9a2f13222ba0c6a4a82ad4951a83812c2ac Mon Sep 17 00:00:00 2001 From: Gavriil Sitnikov Date: Fri, 30 Sep 2016 13:40:50 +0300 Subject: [PATCH] check style updated --- gradle/staticAnalysis.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/staticAnalysis.gradle b/gradle/staticAnalysis.gradle index 28eff75..12510c1 100644 --- a/gradle/staticAnalysis.gradle +++ b/gradle/staticAnalysis.gradle @@ -33,7 +33,7 @@ dependencies { pmd 'net.sourceforge.pmd:pmd-core:5.5.1' pmd 'net.sourceforge.pmd:pmd-java:5.5.1' - checkstyle 'ru.touchin:checkstyle:6.15-fork' + checkstyle 'ru.touchin:checkstyle:7.2-fork' pngtastic 'com.github.depsypher:pngtastic:1.2' }