File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
build-tools-internal/src/main/groovy Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,17 @@ if (buildNumber && performanceTest == null && GradleUtils.isIncludedBuild(projec
27
27
include(" **/*.hprof" )
28
28
include(" **/build/test-results/**/*.xml" )
29
29
include(" **/build/testclusters/**" )
30
+ include(" **/build/testrun/*/temp/**" )
30
31
exclude(" **/build/testclusters/**/data/**" )
31
32
exclude(" **/build/testclusters/**/distro/**" )
32
33
exclude(" **/build/testclusters/**/repo/**" )
33
34
exclude(" **/build/testclusters/**/extract/**" )
35
+ exclude(" **/build/testclusters/**/tmp/**" )
36
+ exclude(" **/build/testrun/*/temp/**/data/**" )
37
+ exclude(" **/build/testrun/*/temp/**/distro/**" )
38
+ exclude(" **/build/testrun/*/temp/**/repo/**" )
39
+ exclude(" **/build/testrun/*/temp/**/extract/**" )
40
+ exclude(" **/build/testrun/*/temp/**/tmp/**" )
34
41
}
35
42
.files
36
43
.findAll { Files . isRegularFile(it. toPath()) }
You can’t perform that action at this time.
0 commit comments