mirror of
https://github.com/gradle/actions.git
synced 2026-08-22 22:02:50 +00:00
Add kotlin-dsl sample to prod workflow tests
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
id("com.gradle.enterprise") version("3.6.4")
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
buildScan {
|
||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||
termsOfServiceAgree = "yes"
|
||||
publishAlways()
|
||||
isUploadInBackground = false
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "kotlin-dsl"
|
||||
|
||||
Reference in New Issue
Block a user