From 406cb6d5b80a3066711496d4472b1ace983c39f5 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Mon, 14 Apr 2025 10:34:09 +0200 Subject: [PATCH] build: update Develocity Plugin to v4 The Groovy build is now compatible with Develocity Plugin version 4, so we upgrade accordingly. --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index a0df07228..2dce9e276 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ plugins { - 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 + id 'com.gradle.develocity' version '4.0' id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1' }