mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-02 20:58:36 +02:00
Add workflow with several Gradle builds to demo job summary
This commit is contained in:
parent
992ccebeea
commit
7e85212f59
2 changed files with 50 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue