From a23037ce704d8deee87a10e6a41dbd7f0a04136b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 Jan 2024 01:54:07 +0530 Subject: [PATCH] fix(build): add missing plugin --- build-logic/settings.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index f2fd2a26..5b38f33d 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright © 2022-2023 Harsh Shandilya. + * Copyright © 2022-2024 Harsh Shandilya. * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. @@ -8,6 +8,8 @@ rootProject.name = "build-logic" +plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0" } + dependencyResolutionManagement { repositories { exclusiveContent {