mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
[Build] Update Develocity Plugin to 4.0.1 (#128053)
After updating Develocity to 2015.1.3 we can also update the according plugin
This commit is contained in:
parent
1324ee0115
commit
9b1815c84a
7 changed files with 11 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
id "com.gradle.develocity" version "4.0.1"
|
||||
}
|
||||
|
||||
rootProject.name = 'build-conventions'
|
||||
|
|
|
@ -9,7 +9,7 @@ pluginManagement {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
id "com.gradle.develocity" version "4.0.1"
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
|
|
|
@ -10,7 +10,7 @@ pluginManagement {
|
|||
includeBuild "../build-conventions"
|
||||
}
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
id "com.gradle.develocity" version "4.0.1"
|
||||
}
|
||||
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.19.2"
|
||||
gradle-enterprise = "com.gradle:develocity-gradle-plugin:4.0.1"
|
||||
hamcrest = "org.hamcrest:hamcrest:3.0"
|
||||
httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3"
|
||||
httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2"
|
||||
|
|
|
@ -866,9 +866,11 @@
|
|||
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<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"/>
|
||||
<component group="com.gradle" name="develocity-gradle-plugin" version="4.0.1">
|
||||
<artifact name="develocity-gradle-plugin-4.0.1.jar">
|
||||
<sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle">
|
||||
<also-trust value="62a98a9df9fbf8c16772787aa5a0009cedcf45c366a0969274bc3b3644c1de25"/>
|
||||
</sha256>
|
||||
</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.19.2"
|
||||
id "com.gradle.develocity" version "4.0.1"
|
||||
}
|
||||
|
||||
// Include all subdirectories as example projects
|
||||
|
|
|
@ -14,7 +14,7 @@ pluginManagement {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id "com.gradle.develocity" version "3.19.2"
|
||||
id "com.gradle.develocity" version "4.0.1"
|
||||
id 'elasticsearch.java-toolchain'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue