Skip to content

Commit

Permalink
Update DV and CCUD plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Dec 1, 2024
1 parent 948e74c commit 232fe0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.gradle.develocity' version '3.17.4'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.1'
id 'com.gradle.develocity' version '3.18.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

Expand All @@ -10,8 +10,9 @@ develocity {
server = 'https://etiennestuder.gradle-enterprise.cloud'

buildScan {
publishing.onlyIf { it.isAuthenticated() }
publishing.onlyIf { it.authenticated }
uploadInBackground = !isCI
capture { fileFingerprints = true }
obfuscation { ipAddresses { addresses -> addresses.collect { address -> '0.0.0.0' } } }
}
}
Expand Down

0 comments on commit 232fe0d

Please sign in to comment.