summaryrefslogtreecommitdiff
path: root/android/java
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-02-10 14:32:16 -0800
committerBrad Leege <bleege@gmail.com>2015-02-10 14:32:16 -0800
commitde49ab51d38e40cd0d7c8f0261738f6c3dd0b7cc (patch)
treee56cdd3d0971f8fcca83094df635ee91d6705e16 /android/java
parenteadb3646d5678f585029341f154632ed3243dfd9 (diff)
downloadqtlocation-mapboxgl-de49ab51d38e40cd0d7c8f0261738f6c3dd0b7cc.tar.gz
#826 - Fixing checkstyle exclusions
Diffstat (limited to 'android/java')
-rw-r--r--android/java/MapboxGLAndroidSDK/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/java/MapboxGLAndroidSDK/build.gradle b/android/java/MapboxGLAndroidSDK/build.gradle
index 5b183603ad..3e1f4f7ba1 100644
--- a/android/java/MapboxGLAndroidSDK/build.gradle
+++ b/android/java/MapboxGLAndroidSDK/build.gradle
@@ -103,8 +103,7 @@ android.libraryVariants.all { variant ->
checkstyle.classpath = project.fileTree(variant.javaCompile.destinationDir)
checkstyle.exclude('**/BuildConfig.java')
checkstyle.exclude('**/R.java')
- checkstyle.exclude('**/uk/co/senab/bitmapcache/*')
- checkstyle.exclude('**/com/cocoahero/android/geojson/**')
+ checkstyle.exclude('**/com/almeros/android/multitouch/**')
project.tasks.getByName("check").dependsOn checkstyle
}