Build: Temporary disable capturing inputs for tasks

We are suffering from the increasing build scan queue. Try to help
the server to overcome it.
This commit is contained in:
Nikolay Krasko
2020-11-17 15:05:57 +03:00
parent 33a0ec9b4f
commit e331e80b5d
+1 -1
View File
@@ -43,7 +43,7 @@ gradleEnterprise {
if (buildProperties.buildScanServer != null) {
server = buildProperties.buildScanServer
allowUntrustedServer = true
captureTaskInputFiles = true
captureTaskInputFiles = false
publishAlways()
} else {
setTermsOfServiceUrl("https://gradle.com/terms-of-service")