From fbcd01d809c4c31410c23513b099470260d52a36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:50:46 +0000 Subject: [PATCH] Update plugin com.gradleup.nmcp.aggregation to v1.6.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0e592147..eec2e64b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("build-logic.root-build") - id("com.gradleup.nmcp.aggregation") version "1.4.0" + id("com.gradleup.nmcp.aggregation") version "1.6.1" // The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build. `embedded-kotlin` apply false // The Spotless plugin uses a shared build service. Load it at the root project level to avoid classloader collision in subprojects.