mirror of
https://github.com/gradle/actions.git
synced 2025-04-26 04:39:19 +08:00
This PR bumps references to Develocity Gradle plugin from 3.19.2 to 4.0. --------- Co-authored-by: daz <daz@gradle.com>
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
plugins {
|
|
id("com.gradle.develocity") version "4.0"
|
|
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.2.1"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|
|
|
|
rootProject.name = "kotlin-dsl"
|
|
|