Skip to content

Commit

Permalink
Publish build scans for test-init-script build
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Aug 26, 2022
1 parent 535b494 commit 164712a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ updates:
- gradle-plugin-portal
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "test/init-scripts"
registries:
- gradle-plugin-portal
schedule:
interval: "daily"
13 changes: 13 additions & 0 deletions test/init-scripts/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
plugins {
id "com.gradle.enterprise" version "3.11.1"
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8"
}

gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false
}
}
rootProject.name = 'test-init-scripts'

0 comments on commit 164712a

Please sign in to comment.