From fd991aaf9ee27390bf37e7aecf7628cf7eb08bd0 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:16:59 -0500 Subject: [PATCH] Revert "Bump com.gradle.develocity from 3.17.6 to 3.18" This reverts commit 430874c6 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 9cfa3372b0..8599ee084f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.18" + id "com.gradle.develocity" version "3.17.6" id "io.spring.develocity.conventions" version "0.0.20" }