Exclude com.gogle.iosched from the checkstyle task
authorDa Risk <da_risk@beem-project.com>
Tue, 16 Jun 2015 09:48:12 +0200
changeset 1068 5e3cb33d9fe4
parent 1067 401b33f78a4d
child 1069 a2ec39a59c06
Exclude com.gogle.iosched from the checkstyle task
tools/android-checkstyle.gradle
--- a/tools/android-checkstyle.gradle	Mon Jun 15 20:58:21 2015 +0200
+++ b/tools/android-checkstyle.gradle	Tue Jun 16 09:48:12 2015 +0200
@@ -64,7 +64,9 @@
                         sourceSet.java.each { file ->
                             file.getSrcDirs().each {
                                 if (it.exists()) {
-                                    fileset(dir: it)
+                                    fileset(dir: it) {
+                                        exclude (name: '**/com/google/android/apps/iosched/util/*.java')
+                                    }
                                 }
                             }
                         }