Skip to content

Commit

Permalink
Include Gradle scan
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Nov 26, 2024
1 parent 1258472 commit 8f379d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
plugins {
id "com.gradle.enterprise" version "3.13.2"
}

rootProject.name = 'ballerina-command'

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

0 comments on commit 8f379d7

Please sign in to comment.