Skip to content

Commit

Permalink
Enable gradle scan on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 10, 2023
1 parent 28ecd98 commit 2fe93ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
rootProject.name = "wiremock-testing"

plugins {
id("com.gradle.enterprise") version("3.15.1")
}

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

0 comments on commit 2fe93ec

Please sign in to comment.