1
0
mirror of https://github.com/gradle/actions.git synced 2025-04-26 04:39:19 +08:00
Bot Githubaction e63ba6843c
Bump references to Develocity Gradle plugin from 3.19.2 to 4.0 ()
This PR bumps references to Develocity Gradle plugin from 3.19.2 to 4.0.

---------

Co-authored-by: daz <daz@gradle.com>
2025-04-09 09:19:54 -06:00

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"