Publish scans from no-wrapper sample build

This allows more testing of build scan capture functionality
This commit is contained in:
Daz DeBoer 2021-09-27 23:38:18 -06:00
parent a7174b82a2
commit 1b1a3c48ad
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,5 @@
plugins {
id("com.gradle.enterprise") version("3.6.4")
id("com.gradle.enterprise") version("3.7")
}
gradleEnterprise {

View file

@ -1,3 +1,16 @@
plugins {
id("com.gradle.enterprise") version("3.7")
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false
}
}
rootProject.name = 'no-wrapper'
println "Using Gradle version: ${gradle.gradleVersion}"