Build: Remove allowUntrustedServer = true from build scan config
This commit is contained in:
committed by
TeamCityServer
parent
bf6dda2d99
commit
bf62e52998
@@ -42,7 +42,6 @@ gradleEnterprise {
|
||||
buildScan {
|
||||
if (buildProperties.buildScanServer != null) {
|
||||
server = buildProperties.buildScanServer
|
||||
allowUntrustedServer = true
|
||||
captureTaskInputFiles = true
|
||||
publishAlways()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user