Skip to content

Commit

Permalink
Upgrade Gradle Enterprise plugin to 3.11.3 (#91323) (#91326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Nov 4, 2022
1 parent 991fdde commit 8ad1454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.8.1">
<artifact name="gradle-enterprise-gradle-plugin-3.8.1.jar">
<sha256 value="244ce3fb2d37bed404c556691508ca828eef2539dcb671e7215b90c0156509fa" origin="Generated by Gradle"/>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.3">
<artifact name="gradle-enterprise-gradle-plugin-3.11.3.jar">
<sha256 value="2a99765d7f3b2447048db0326a090dcacd21adad87f90af1d1642dfdeff16930" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.h2database" name="h2" version="1.4.197">
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

plugins {
id "com.gradle.enterprise" version "3.8.1"
id "com.gradle.enterprise" version "3.11.3"
}

// Include all subdirectories as example projects
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id "com.gradle.enterprise" version "3.8.1"
id "com.gradle.enterprise" version "3.11.3"
}

includeBuild "build-conventions"
Expand Down

0 comments on commit 8ad1454

Please sign in to comment.