Skip to content

Commit

Permalink
Enable build scans
Browse files Browse the repository at this point in the history
This way we always have a nice build/test report,
whether we run locally or on CI.
  • Loading branch information
dagguh committed Jun 7, 2024
1 parent 790c407 commit 7aa1b15
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
rootProject.name = "docker-infrastructure"
rootProject.name = "docker-infrastructure"

plugins {
id("com.gradle.develocity").version("3.17.4")
}

develocity {
buildScan {
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
termsOfUseAgree.set("yes")
}
}
!

0 comments on commit 7aa1b15

Please sign in to comment.