Skip to content

Commit

Permalink
[Oztechan/CCC#3316] Update Gradle enterprise to 3.17.X
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Apr 9, 2024
1 parent 1a0f18d commit 447c683
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,18 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version ("3.16.2")
id("com.gradle.enterprise") version "3.17.1"
}

gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
develocity.buildScan {
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
termsOfUseAgree.set("yes")
publishing.onlyIf { true }

obfuscation {
username { null }
hostname { null }
ipAddresses { null }
}
obfuscation {
username { null }
hostname { null }
ipAddresses { null }
}
}

Expand Down

0 comments on commit 447c683

Please sign in to comment.