Add workflow with several Gradle builds to demo job summary

This commit is contained in:
Daz DeBoer 2022-05-27 20:03:47 -06:00
parent 992ccebeea
commit 7e85212f59
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 50 additions and 1 deletions

View file

@ -1 +1,13 @@
rootProject.name = 'basic'
plugins {
id "com.gradle.enterprise" version "3.10.1"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false
}
}
rootProject.name = 'groovy-dsl'