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 0100b6a commit e5e2277
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 @@ -2,5 +2,23 @@
Copyright (c) 2020 Mustafa Ozhan. All rights reserved.
*/

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 }
}
}
}

rootProject.name = "ScopeMob"
include(":scopemob")

0 comments on commit e5e2277

Please sign in to comment.