diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index f83ffa0a5..295505b9c 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -9,6 +9,5 @@ dependencyResolutionManagement { } } } -rootProject.name = "convention" - -include(":convention") \ No newline at end of file +rootProject.name = "build-logic" +include(":convention")