From 211d05fd8d46cb7d0372168ef1dc0b7c1c06d276 Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Mon, 22 Jul 2024 16:45:39 -0700 Subject: [PATCH] Migrate to io.spring.develocity.conventions:0.0.19 Closes gh-65 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index fa716c5..e117f0c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { plugins { id 'com.gradle.develocity' version '3.17.6' - id 'io.spring.ge.conventions' version '0.0.17' + id 'io.spring.develocity.conventions' version '0.0.19' } rootProject.name = 'micrometer-samples'