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.