We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6678f4 commit 2570379Copy full SHA for 2570379
build.gradle
@@ -22,6 +22,9 @@ if (System.getenv('GRADLE_ENTERPRISE_URL')) {
22
apply from: "$rootDir/gradle/build-scan-user-data.gradle"
23
buildScan {
24
captureTaskInputFiles = true
25
+ obfuscation {
26
+ ipAddresses { addresses -> addresses.collect { address -> '0.0.0.0'} }
27
+ }
28
publishAlways()
29
server = System.getenv('GRADLE_ENTERPRISE_URL')
30
}
0 commit comments