commit | 0b0bdd892b0912f0b9d70cb1d1f2748b2c2b83c7 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <[email protected]> | Fri Nov 05 09:19:48 2021 -0700 |
committer | Aurimas Liutikas <[email protected]> | Fri Nov 05 09:19:48 2021 -0700 |
tree | a57b6e98c71f95adb4ecddfb97bb8a9b8a84366e | |
parent | aed3097b30d50ac81e7c0588910c696c1e1f38a5 [diff] |
Do not obfuscate username in Gradle build scans. Test: None Change-Id: Ic3ca3986d4e6fcd4610fda46a6f319a078496b54
diff --git a/playground-common/playground-plugin/src/main/groovy/androidx/playground/GradleEnterpriseConventionsPlugin.groovy b/playground-common/playground-plugin/src/main/groovy/androidx/playground/GradleEnterpriseConventionsPlugin.groovy index abcf664..7fabead 100644 --- a/playground-common/playground-plugin/src/main/groovy/androidx/playground/GradleEnterpriseConventionsPlugin.groovy +++ b/playground-common/playground-plugin/src/main/groovy/androidx/playground/GradleEnterpriseConventionsPlugin.groovy
@@ -35,7 +35,6 @@ taskInputFiles = true } obfuscation { - username { name -> "unset" } hostname { host -> "unset" } ipAddresses { addresses -> addresses.collect { address -> "0.0.0.0"} } }