fix(build): add missing plugin
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user