mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-27 04:16:19 +08:00
16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
plugins {
|
|
id("com.gradle.enterprise") version "3.10.1"
|
|
}
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
publishAlways()
|
|
isUploadInBackground = false
|
|
}
|
|
}
|
|
|
|
rootProject.name = "kotlin-dsl"
|
|
|