mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-12 10:42:23 +08:00
Add workflow with several Gradle builds to demo job summary
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user