Skip to content

Commit

Permalink
build: enable build scans for 'self' module
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed Mar 24, 2024
1 parent ec5e8ba commit 381b17b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions self/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ buildConfig {
buildConfigField("R8", libs.r8)
}

if (project.hasProperty("buildScan")) {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}

fun Provider<PluginDependency>.toModuleDependency(): Provider<String> = map {
it.toModuleDependency()
}
Expand Down

0 comments on commit 381b17b

Please sign in to comment.