Bug 1821005 - Restore reverted Gradle 8 upgrade due to startup crashes"
[gecko.git] / mobile / android / focus-android / plugins / focusdependencies / build.gradle
blob436ef96e493527085078060a51d9f61211a4c9b9
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 plugins {
6     id "org.gradle.kotlin.kotlin-dsl" version "4.1.2"
9 repositories {
10     mavenCentral()
13 gradlePlugin {
14     plugins.register("FocusDependenciesPlugin") {
15         id = "FocusDependenciesPlugin"
16         implementationClass = "FocusDependenciesPlugin"
17     }