From c75e63e3aeb87106098afab41ac77a8dd2c4ad16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:49:03 -0500 Subject: [PATCH] Update plugin com.gradle.develocity to v3.18.2 (#675) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 9b8c5d7c..4434bafc 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -40,7 +40,7 @@ dependencyResolutionManagement { } } -plugins { id("com.gradle.develocity") version ("3.18.1") } +plugins { id("com.gradle.develocity") version ("3.18.2") } enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")