Revert "Build: Temporary disable capturing inputs for tasks"

Now GE server is updated and should process scans with inputs faster.

This reverts commit e331e80b
This commit is contained in:
Nikolay Krasko
2020-11-19 23:59:02 +03:00
parent e8af601cea
commit 30bb7d19c0
+1 -1
View File
@@ -43,7 +43,7 @@ gradleEnterprise {
if (buildProperties.buildScanServer != null) {
server = buildProperties.buildScanServer
allowUntrustedServer = true
captureTaskInputFiles = false
captureTaskInputFiles = true
publishAlways()
} else {
setTermsOfServiceUrl("https://gradle.com/terms-of-service")