Skip to content

Commit 324e880

Browse files
committed
build: update Develocity Plugin to v4
The Groovy build is now compatible with Develocity Plugin version 4, so we upgrade accordingly.
1 parent 5c6d2f6 commit 324e880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.develocity' version '3.19.2' // Do not upgrade to v4 until Groovy can build with it: https://lists.apache.org/thread/z3ohqxxmdm9p1y18j6mk1cpp6fvnz6k7
2+
id 'com.gradle.develocity' version '4.0'
33
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
44
}
55

0 commit comments

Comments
 (0)