Skip to content

Commit

Permalink
Update Gradle Enteprise plugin to 3.13.1 (elastic#95896)
Browse files Browse the repository at this point in the history
Upgrade Gradle Enterprise plugin to latest available.
  • Loading branch information
mark-vieira authored May 8, 2023
1 parent c6c2429 commit 047a85f
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 @@ -674,9 +674,9 @@
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.12.6">
<artifact name="gradle-enterprise-gradle-plugin-3.12.6.jar">
<sha256 value="d4b66fe6c77b6d4ffa5c9001eec881b16e4df0c58f75fa652cb1c9279c879e52" origin="Generated by Gradle"/>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.13.1">
<artifact name="gradle-enterprise-gradle-plugin-3.13.1.jar">
<sha256 value="714ce14532037b8983feabe809f0ff33e81bf5b3e651b2d95fd4cac40609d320" 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.11.4"
id "com.gradle.enterprise" version "3.13.1"
}

// 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 @@ -14,7 +14,7 @@ pluginManagement {
}

plugins {
id "com.gradle.enterprise" version "3.12.6"
id "com.gradle.enterprise" version "3.13.1"
id 'elasticsearch.java-toolchain'
}

Expand Down

0 comments on commit 047a85f

Please sign in to comment.