Skip to content

Commit

Permalink
build: configure to upload build scans
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
KengoTODA committed Nov 23, 2023
1 parent 5fe2190 commit eeb66e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("com.gradle.enterprise") version("3.15.1")
}

rootProject.name = "kosmo"
include("backend")

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

0 comments on commit eeb66e9

Please sign in to comment.