mirror of
https://github.com/gradle/actions.git
synced 2025-04-24 03:39:18 +08:00
- Bump to com.gradle.develocity plugin v3.17.3 - Bump JVM dependencies in sample projects
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
plugins {
|
|
id("com.gradle.develocity") version "3.17.3"
|
|
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.1"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|
|
|
|
rootProject.name = "kotlin-dsl"
|
|
|