From cf2930294e287154331372b89c2a6a8155bd894c Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 23 Jan 2025 16:30:53 -0500 Subject: [PATCH] chore: let the convention plugin apply develocity We're applying it two different ways with potentially two different versions. Better to let the convention plugin do it as it configures it as well. --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 355dc8c..414313e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] clikt = "5.0.2" dependencyAnalysis = "2.7.0" -develocity = "3.19" +develocity = "3.19.1" java = "17" junitJupiter = "5.11.4" junitPlatform = "1.11.4" diff --git a/settings.gradle.kts b/settings.gradle.kts index 2d73637..25b63cd 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,8 +10,6 @@ pluginManagement { } plugins { - // Keep this version in sync with version catalog - id("com.gradle.develocity") version "3.19.1" id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" id("block.settings") }