Skip to content

Commit

Permalink
[Oztechan/CCC#2943] Add gradle build scan to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Nov 1, 2023
1 parent 6de9c6a commit c2ee9f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,21 @@ pluginManagement {
google()
}
}

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

gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()

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

0 comments on commit c2ee9f3

Please sign in to comment.