fix(build): add missing plugin

This commit is contained in:
Harsh Shandilya 2024-01-11 01:54:07 +05:30
parent f4469c8393
commit a23037ce70

View file

@ -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 {