From 49ade4bd467ec423be60d98c44e583c8d21ecaee Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Tue, 20 Aug 2024 14:10:14 +0200 Subject: [PATCH] Bump DeveloCity plugin --- integration-test/common/settings.gradle | 2 +- integration-test/gradle-plugin/settings.gradle | 2 +- integration-test/settings.gradle | 2 +- self-check/settings.gradle | 2 +- settings.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration-test/common/settings.gradle b/integration-test/common/settings.gradle index 09b9771a..7e26527a 100644 --- a/integration-test/common/settings.gradle +++ b/integration-test/common/settings.gradle @@ -1,6 +1,6 @@ plugins { // to report build results back to gradle.org - id 'com.gradle.develocity' version '3.17.6' + id 'com.gradle.develocity' version '3.18' } develocity { diff --git a/integration-test/gradle-plugin/settings.gradle b/integration-test/gradle-plugin/settings.gradle index 147101a4..912de192 100644 --- a/integration-test/gradle-plugin/settings.gradle +++ b/integration-test/gradle-plugin/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { plugins { // to report build results back to gradle.org - id 'com.gradle.develocity' version '3.17.6' + id 'com.gradle.develocity' version '3.18' } develocity { diff --git a/integration-test/settings.gradle b/integration-test/settings.gradle index f6c9bf97..013e35b3 100644 --- a/integration-test/settings.gradle +++ b/integration-test/settings.gradle @@ -1,6 +1,6 @@ plugins { // to report build results back to gradle.org - id 'com.gradle.develocity' version '3.17.6' + id 'com.gradle.develocity' version '3.18' } develocity { diff --git a/self-check/settings.gradle b/self-check/settings.gradle index dfcd294d..41f3669a 100644 --- a/self-check/settings.gradle +++ b/self-check/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { plugins { // to report build results back to gradle.org - id 'com.gradle.develocity' version '3.17.6' + id 'com.gradle.develocity' version '3.18' } develocity { diff --git a/settings.gradle b/settings.gradle index 7b98b7b0..cef90d8d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { // to report build results back to gradle.org - 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' }