mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Move workflow samples under .github
This commit is contained in:
15
.github/workflows/samples/kotlin-dsl/settings.gradle.kts
vendored
Normal file
15
.github/workflows/samples/kotlin-dsl/settings.gradle.kts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
id("com.gradle.enterprise") version "3.9"
|
||||
}
|
||||
|
||||
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