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 {