From d7cc00eabc133b43f38a1e75f70af7e786dd00d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:58:54 +0000 Subject: [PATCH] Update plugin com.gradle.develocity to v3.18 (#5411) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- sample-web/settings.gradle | 2 +- sample/settings.gradle | 2 +- settings.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-web/settings.gradle b/sample-web/settings.gradle index 20b2adb4ff0..55e35417b8b 100644 --- a/sample-web/settings.gradle +++ b/sample-web/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.17.6" + id "com.gradle.develocity" version "3.18" id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0" } diff --git a/sample/settings.gradle b/sample/settings.gradle index 72e52cfca9e..e1ff3afb92c 100644 --- a/sample/settings.gradle +++ b/sample/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.17.6" + id "com.gradle.develocity" version "3.18" id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0" } diff --git a/settings.gradle b/settings.gradle index 9fa5413732f..e18fd0d1189 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.17.6" + id "com.gradle.develocity" version "3.18" id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0" }