Skip to content

Commit ef93cbb

Browse files
authored
Upgrade Gradle Enterprise plugin to 3.11.4 (#91435) (#91566)
# Conflicts: # gradle/verification-metadata.xml # plugins/examples/settings.gradle # settings.gradle
1 parent de1ed44 commit ef93cbb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

gradle/verification-metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,9 @@
669669
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
670670
</artifact>
671671
</component>
672-
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.7.1">
673-
<artifact name="gradle-enterprise-gradle-plugin-3.7.1.jar">
674-
<sha256 value="75c59f789b910aa0c272d7f239a40fcf5d3d813fa003480cd6a83a923979b673" origin="Generated by Gradle"/>
672+
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.4">
673+
<artifact name="gradle-enterprise-gradle-plugin-3.11.4.jar">
674+
<sha256 value="b4041a80894cfb0906d28bacf3dbba1a3b1c875ed5a2028b20bcd135d86bcb4d" origin="Generated by Gradle"/>
675675
</artifact>
676676
</component>
677677
<component group="com.h2database" name="h2" version="1.4.197">

plugins/examples/settings.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* Side Public License, v 1.
77
*/
88

9+
plugins {
10+
id "com.gradle.enterprise" version "3.11.4"
11+
}
12+
913
// Include all subdirectories as example projects
1014
rootDir.listFiles().findAll { it.directory && new File(it, 'build.gradle').exists() }.each { subDir ->
1115
include ":${subDir.name}"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id "com.gradle.enterprise" version "3.7.1"
9+
id "com.gradle.enterprise" version "3.11.4"
1010
}
1111

1212
includeBuild "build-conventions"

0 commit comments

Comments
 (0)