Skip to content

Commit 8da69f2

Browse files
authored
[Build] Update Develocity Plugin to 4.0.1 (elastic#128053) (elastic#128055)
After updating Develocity to 2015.1.3 we can also update the according plugin
1 parent 58734f0 commit 8da69f2

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

build-conventions/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
plugins {
11-
id "com.gradle.develocity" version "3.19.2"
11+
id "com.gradle.develocity" version "4.0.1"
1212
}
1313

1414
rootProject.name = 'build-conventions'

build-tools-internal/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id "com.gradle.develocity" version "3.19.2"
12+
id "com.gradle.develocity" version "4.0.1"
1313
}
1414

1515
dependencyResolutionManagement {

build-tools/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginManagement {
1010
includeBuild "../build-conventions"
1111
}
1212
plugins {
13-
id "com.gradle.develocity" version "3.19.2"
13+
id "com.gradle.develocity" version "4.0.1"
1414
}
1515
include 'reaper'
1616

gradle/build.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
1616
commmons-io = "commons-io:commons-io:2.2"
1717
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
1818
forbiddenApis = "de.thetaphi:forbiddenapis:3.8"
19-
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.19.2"
19+
gradle-enterprise = "com.gradle:develocity-gradle-plugin:4.0.1"
2020
hamcrest = "org.hamcrest:hamcrest:3.0"
2121
httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3"
2222
httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2"

gradle/verification-metadata.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,11 @@
781781
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
782782
</artifact>
783783
</component>
784-
<component group="com.gradle" name="develocity-gradle-plugin" version="3.19.2">
785-
<artifact name="develocity-gradle-plugin-3.19.2.jar">
786-
<sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle"/>
784+
<component group="com.gradle" name="develocity-gradle-plugin" version="4.0.1">
785+
<artifact name="develocity-gradle-plugin-4.0.1.jar">
786+
<sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle">
787+
<also-trust value="62a98a9df9fbf8c16772787aa5a0009cedcf45c366a0969274bc3b3644c1de25"/>
788+
</sha256>
787789
</artifact>
788790
</component>
789791
<component group="com.gradleup.shadow" name="shadow-gradle-plugin" version="8.3.5">

plugins/examples/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
plugins {
11-
id "com.gradle.develocity" version "3.19.2"
11+
id "com.gradle.develocity" version "4.0.1"
1212
}
1313

1414
// Include all subdirectories as example projects

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluginManagement {
1414
}
1515

1616
plugins {
17-
id "com.gradle.develocity" version "3.19.2"
17+
id "com.gradle.develocity" version "4.0.1"
1818
id 'elasticsearch.java-toolchain'
1919
}
2020

0 commit comments

Comments
 (0)