Skip to content

Commit 7914d90

Browse files
committed
Exclude .gradle dir for noHttp plugin
1 parent afba8e6 commit 7914d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ext {
8686

8787
nohttp {
8888
source.include '**/src/**'
89-
source.exclude '**/*.gif', '**/*.ks'
89+
source.exclude '**/*.gif', '**/*.ks', '**/.gradle/**'
9090
}
9191

9292
allprojects {

0 commit comments

Comments
 (0)