From b4da214558509b6c3c17abf08341be23f04a48fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:42:03 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v3.18.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 958a7d51..9bc9677d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id("com.gradle.develocity") version "3.17.6" + id("com.gradle.develocity") version "3.18.1" } dependencyResolutionManagement {