Skip to content

Commit 0452ec2

Browse files
authored
Upgrade Gradle Enterprise plugin to 3.11.4 (#91435)
1 parent 0ee5c76 commit 0452ec2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gradle/verification-metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -679,9 +679,9 @@
679679
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
680680
</artifact>
681681
</component>
682-
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.8.1">
683-
<artifact name="gradle-enterprise-gradle-plugin-3.8.1.jar">
684-
<sha256 value="244ce3fb2d37bed404c556691508ca828eef2539dcb671e7215b90c0156509fa" origin="Generated by Gradle"/>
682+
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.4">
683+
<artifact name="gradle-enterprise-gradle-plugin-3.11.4.jar">
684+
<sha256 value="b4041a80894cfb0906d28bacf3dbba1a3b1c875ed5a2028b20bcd135d86bcb4d" origin="Generated by Gradle"/>
685685
</artifact>
686686
</component>
687687
<component group="com.h2database" name="h2" version="1.4.197">

plugins/examples/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
plugins {
10-
id "com.gradle.enterprise" version "3.8.1"
10+
id "com.gradle.enterprise" version "3.11.4"
1111
}
1212

1313
// Include all subdirectories as example projects

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.8.1"
9+
id "com.gradle.enterprise" version "3.11.4"
1010
}
1111

1212
includeBuild "build-conventions"

0 commit comments

Comments
 (0)