mirror of
https://github.com/gradle/actions.git
synced 2025-10-16 22:38:36 +08:00
Bumps the gradle group with 1 update in the /.github/workflow-samples/groovy-dsl directory: com.gradle.common-custom-user-data-gradle-plugin. Bumps the gradle group with 1 update in the /.github/workflow-samples/kotlin-dsl directory: com.gradle.common-custom-user-data-gradle-plugin. Bumps the gradle group with 1 update in the /sources/test/init-scripts directory: com.gradle.common-custom-user-data-gradle-plugin. Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
343 B
Plaintext
16 lines
343 B
Plaintext
plugins {
|
|
id("com.gradle.develocity") version "4.1.1"
|
|
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|
|
|
|
rootProject.name = "kotlin-dsl"
|
|
|