mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Update Gradle Enterprise Plugin (Develocity) to 3.19.2 (#125137)
with develocity updated to 2024.3.4 we are unblocked on updating the gradle enterprise plugin
This commit is contained in:
parent
b85b32a040
commit
6f7a206a8a
7 changed files with 9 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.18.1"
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
}
|
||||
|
||||
rootProject.name = 'build-conventions'
|
||||
|
|
|
@ -9,7 +9,7 @@ pluginManagement {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.18.1"
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
|
|
|
@ -10,7 +10,7 @@ pluginManagement {
|
|||
includeBuild "../build-conventions"
|
||||
}
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.18.1"
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
}
|
||||
include 'reaper'
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
|
|||
commmons-io = "commons-io:commons-io:2.2"
|
||||
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
|
||||
forbiddenApis = "de.thetaphi:forbiddenapis:3.8"
|
||||
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.18.1"
|
||||
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.19.2"
|
||||
hamcrest = "org.hamcrest:hamcrest:2.1"
|
||||
httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3"
|
||||
httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2"
|
||||
|
|
|
@ -814,14 +814,9 @@
|
|||
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.gradle" name="develocity-gradle-plugin" version="3.17.4">
|
||||
<artifact name="develocity-gradle-plugin-3.17.4.jar">
|
||||
<sha256 value="e2b3f8a191b0b401b75c2c4542d3d1719814a4212e6920fae4f2f940678bfd99" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.gradle" name="develocity-gradle-plugin" version="3.18.1">
|
||||
<artifact name="develocity-gradle-plugin-3.18.1.jar">
|
||||
<sha256 value="0adf32afef4ae46a131367e393d18a5d9529750dfd1432287797a64b2c36c7ef" origin="Generated by Gradle"/>
|
||||
<component group="com.gradle" name="develocity-gradle-plugin" version="3.19.2">
|
||||
<artifact name="develocity-gradle-plugin-3.19.2.jar">
|
||||
<sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.gradleup.shadow" name="shadow-gradle-plugin" version="8.3.5">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.18.1"
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
}
|
||||
|
||||
// Include all subdirectories as example projects
|
||||
|
|
|
@ -14,7 +14,7 @@ pluginManagement {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.18.1"
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
id 'elasticsearch.java-toolchain'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue