We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.gradle
1 parent afba8e6 commit 7914d90Copy full SHA for 7914d90
build.gradle
@@ -86,7 +86,7 @@ ext {
86
87
nohttp {
88
source.include '**/src/**'
89
- source.exclude '**/*.gif', '**/*.ks'
+ source.exclude '**/*.gif', '**/*.ks', '**/.gradle/**'
90
}
91
92
allprojects {
0 commit comments