Add kotlin-dsl sample to prod workflow tests

This commit is contained in:
Daz DeBoer 2021-09-11 11:54:36 -06:00
parent 4032438d2b
commit b5a08466b4
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
12 changed files with 423 additions and 0 deletions

View file

@ -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"