Skip to content

Commit 96cd571

Browse files
authored
Update Gradle Enteprise plugin to 3.13.1 (#95896) (#96998)
Upgrade Gradle Enterprise plugin to latest available. # Conflicts: # settings.gradle
1 parent 293dc09 commit 96cd571

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
@@ -651,9 +651,9 @@
651651
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
652652
</artifact>
653653
</component>
654-
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.12.6">
655-
<artifact name="gradle-enterprise-gradle-plugin-3.12.6.jar">
656-
<sha256 value="d4b66fe6c77b6d4ffa5c9001eec881b16e4df0c58f75fa652cb1c9279c879e52" origin="Generated by Gradle"/>
654+
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.13.1">
655+
<artifact name="gradle-enterprise-gradle-plugin-3.13.1.jar">
656+
<sha256 value="714ce14532037b8983feabe809f0ff33e81bf5b3e651b2d95fd4cac40609d320" origin="Generated by Gradle"/>
657657
</artifact>
658658
</component>
659659
<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.11.4"
10+
id "com.gradle.enterprise" version "3.13.1"
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.12.6"
9+
id "com.gradle.enterprise" version "3.13.1"
1010
}
1111

1212
includeBuild "build-conventions"

0 commit comments

Comments
 (0)