Build: Remove identifying info from build scans
This commit is contained in:
@@ -49,6 +49,11 @@ gradleEnterprise {
|
|||||||
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
setTermsOfServiceUrl("https://gradle.com/terms-of-service")
|
||||||
setTermsOfServiceAgree("yes")
|
setTermsOfServiceAgree("yes")
|
||||||
}
|
}
|
||||||
|
obfuscation {
|
||||||
|
ipAddresses { addresses -> ["0.0.0.0"] }
|
||||||
|
hostname { host -> "<unknown>" }
|
||||||
|
username { name -> "<unknown>" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user